# Games

* To fulfill its purpose, a game must provide an immersive and highly responsive experience. That requires hi-res graphics with high frame rates and instantaneous reaction to user inputs. That is computationally intensive processing and requires efficient use of the computer to achieve. The more efficient it is, the wider range of hardware a game can operate on. Game programmers are rightly concerned with raw performance.


---

# 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://hanfak.gitbook.io/workspace/general-paradigms/projects/game.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.
