Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 488 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 488 Bytes

cbu

Terminal implementation of the CBU minigame from The Sims Online

Download

You can download this game through this repository's releases page.

Building from source

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.