Terminal implementation of the CBU minigame from The Sims Online
You can download this game through this repository's releases page.
Building requires the Rust compiler and the Cargo package manager.
With a terminal, set the current working directoy as the project's root folder.
Run cargo build --release
to build.
The compiled executable will be placed in the target/releases
directory.