# Billiards

<figure><img src="/files/u6N8zsLb86g6UhWFQYGC" alt=""><figcaption></figcaption></figure>

**Mirror** comes with simple multiplayer **Billiards** demo.&#x20;

Mouse drag the white ball to apply force.

Billiards is surprisingly easy to implement, which makes this a great demo for beginners!

Additionally, this demo will allow us to test `Client Side Prediction` & Reconciliation:

* currently, CmdApplyForce is sent to server, and clients see the effect a bit later (latency)
* in the future, prediction will show the effect immediately with (ideally) very little corrections

The demo is intentionally kept extremely simple without any rules or turns.

This way we can apply force and test physics without much wait time.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mirror-networking.gitbook.io/docs/manual/examples/billiards.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
