Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.01 KB

File metadata and controls

47 lines (33 loc) · 1.01 KB

Documentation Guide

Quick guide to finding documentation.

For Users

Want to play the game?

For Developers

Want to build the game?

Want to create a release?

Want to understand the code?

Complete Documentation

See docs/INDEX.md for complete documentation index.


Quick Commands:

```bash

Build and play

make run

Create release

make cz-alpha git push && git push --tags

Show help

make help make cz-help ```