You are the unfortunate minister that chooses political-economic policies. Can you save the kingdom in these unstable times?
Kingdom Crisis is a terminal-based financial toy-simulation made with Rust and Ratatui as a school project. The equations and formulas used in the simulation are by no means accurate or realistic, but they give a general idea of what economic policies can do to a country.
- Clone the repository
- Install Rust
- Run
cargo build --release
in the project directory - Run
./target/release/kingdom-crisis
to start the game
The game is using arrow keys to navigate and enter to select. You can navigate through the menus and select the policies you want to apply, and the variables you want to see in the graph view.
This project is a school project and is not open for contributions.
This project is licensed under the MIT License - see the LICENSE file for details.