- Rust (latest stable)
justcommand runner (cargo install just)
- Clone the repository
- Install dependencies:
just install - Run the game:
just run
just build- Build the projectjust test- Run testsjust check- Run clippy and checksjust format- Format the code
- Create a feature branch
- Make your changes
- Run tests:
just test - Format code:
just format - Submit a pull request
For more details, see the documentation in the docs/ folder.