Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kennethlove/hangry-games
https://github.com/kennethlove/hangry-games
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kennethlove/hangry-games
- Owner: kennethlove
- License: apache-2.0
- Created: 2024-07-23T21:53:59.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T18:48:56.000Z (about 2 months ago)
- Last Synced: 2024-09-18T04:26:35.739Z (about 2 months ago)
- Language: Rust
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hangry-games
## Description
A Hunger Games simulator.
## Running a game
1. `cargo run -- add-game`
this will give you a game id, copy that.
2. `cargo run -- fill-tributes `
this will fill the game with tributes.
3. `cargo run -- start-game `
this will start the game by placing all tributes in the arena.
4. `cargo run -- run-next-day `
this will run a new day of the simulation.