Quick guide to finding documentation.
Want to play the game?
- README.md - Quick start
- docs/GAMEPLAY.md - Controls and gameplay
- docs/USER_MANUAL.pdf - Complete manual
Want to build the game?
- BUILDING.md - Build instructions
- docs/BUILD.md - Detailed build guide
- Run:
make help
Want to create a release?
- RELEASES.md - Quick reference
- docs/CI_CD_COMPLETE_GUIDE.md - Complete guide
- Run:
make cz-help
Want to understand the code?
- docs/ARCHITECTURE.md - Project structure
- docs/API.md - Module interfaces
See docs/INDEX.md for complete documentation index.
Quick Commands:
```bash
make run
make cz-alpha git push && git push --tags
make help make cz-help ```