/hamurabi.rs

hamurabi game in rust

Primary LanguageRustMIT LicenseMIT

hamurabi.rs

Hamurabi game in rust

I ported the original game from microsoft basic to C. This is rust port of C.
The C version is here. For the microsoft basic version look inside doc/ directory.

For game play - check the C repo.

Running

cargo build - for building the game. cargo run - for running the game.