> For the complete documentation index, see [llms.txt](https://brain.nathanarthur.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brain.nathanarthur.com/self-study/game-development.md).

# Game Development

[HTML5 Game Development Mini-Degree](https://academy.zenva.com/product/html5-game-phaser-mini-degree/) #course - "Complete Phaser 3 and JavaScript game development curriculum. Learn to code and create a huge portfolio of both mobile and desktop games."

[ThinMatrix](https://www.youtube.com/user/ThinMatrix) #channel - "Hi! My name is Karl and I upload regular vlogs about my life as a full-time indie game developer. I show the entire development process for my games, so that you can follow the game as it progresses each week."

[TWITCH STREAMS](https://www.youtube.com/playlist?list=PLtFQYFCClyEygw6h9OInkEDoymLV26vkF) #playlist - Programmer streams himself building a game

[Unity Game Development Mini-Degree](https://academy.zenva.com/product/unity-game-development-mini-degree/) #course - "Become a Professional Game Programmer. Go from Zero to Creating Your Own Games with Unity. Build 2D, 3D, Mobile, Virtual Reality and Augmented Reality Games!"

[ZX Spectrum Games Code Club: Twenty Fun Games to Code and Learn](https://www.goodreads.com/book/show/28288701-zx-spectrum-games-code-club) #book


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://brain.nathanarthur.com/self-study/game-development.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.
