> For the complete documentation index, see [llms.txt](https://docs.airship.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.airship.gg/guides.md).

# Guides

- [Tutorial - Build Your First Game](https://docs.airship.gg/guides/tutorial-build-your-first-game.md): The Hello World of Airship Games
- [Tutorial - Top Down Battle!](https://docs.airship.gg/guides/tutorial-top-down-battle.md)
- [Project Setup](https://docs.airship.gg/guides/tutorial-top-down-battle/project-setup.md): Get your game running
- [Spawn a Player Character](https://docs.airship.gg/guides/tutorial-top-down-battle/spawn-a-player-character.md): Now lets get a player running around our scene
- [Custom Camera](https://docs.airship.gg/guides/tutorial-top-down-battle/custom-camera.md): Now we need a camera that will follow around the player
- [VoxelWorld Level Generation](https://docs.airship.gg/guides/tutorial-top-down-battle/voxelworld-level-generation.md): Generate our level design through code using VoxelWorld
- [AI Enemies](https://docs.airship.gg/guides/tutorial-top-down-battle/ai-enemies.md): Spawn an enemy on the map, and have the enemy move towards the players, and damage the player on collision.
