# Game Dev Resources

- [Getting Started](https://kb.heathen.group/game-dev-resources/getting-started.md)
- [Engine Selection](https://kb.heathen.group/game-dev-resources/engine-selection.md)
- [Game Design](https://kb.heathen.group/game-dev-resources/game-design.md): This is the easiest part to do and the hardest part to do right.
- [Monitization](https://kb.heathen.group/game-dev-resources/game-design/monitization.md): Fair, honest, ethical how to monetize your game
- [Multiplayer](https://kb.heathen.group/game-dev-resources/game-design/multiplayer.md)
- [Player Motivation](https://kb.heathen.group/game-dev-resources/game-design/player-motivation.md)
- [Game Programming](https://kb.heathen.group/game-dev-resources/game-programming.md)
- [Callbacks & Delegates](https://kb.heathen.group/game-dev-resources/game-programming/callbacks-and-delegates.md)
- [DevOps](https://kb.heathen.group/game-dev-resources/game-programming/devops.md)
- [IntelliSense](https://kb.heathen.group/game-dev-resources/game-programming/intellisense.md)
- [Lambda Expression](https://kb.heathen.group/game-dev-resources/game-programming/lambda-expression.md)
- [Multi-Platform Project](https://kb.heathen.group/game-dev-resources/game-programming/multi-platform-project.md)
- [Namespace and Using](https://kb.heathen.group/game-dev-resources/game-programming/namespace-and-using.md)
- [Game Publishing](https://kb.heathen.group/game-dev-resources/game-publishing.md)
- [Game Testing](https://kb.heathen.group/game-dev-resources/game-testing.md)
- [Heathen Engineering Standards](https://kb.heathen.group/game-dev-resources/heathen-engineering-standards.md)


---

# 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://kb.heathen.group/game-dev-resources.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.
