drugwars-rust

Crates.iodrugwars-rust
lib.rsdrugwars-rust
version0.6.15
sourcesrc
created_at2024-10-21 18:24:58.172718
updated_at2024-10-25 21:24:03.33876
descriptionClassic Drugwars game in Rust 🦀
homepage
repositoryhttps://github.com/urrickhunt/drugwars-rust
max_upload_size
id1417790
size63,008
(urrickhunt)

documentation

README

40th Anniversary Drugwars in Rust 🦀

drugs

Drugwars, the classic text-based game, is back & rewritten in Rust for its 40th Anniversary.

This cross-platform version stays true to the original experience, featuring familiar gameplay & updated terminal compatibility.

Single Key Commands like the original ensure smooth gameplay with quick input handling.

Installation

cargo install drugwars-rust

Building

git clone https://github.com/urrickhunt/drugwars-rust

  • normal release

cargo build --release

  • lto release

cargo build --profile release-lto

  • normal install

cargo install --path .

  • lto install

cargo install --path . --profile release-lto

  • run

drugwars-rust

  • run on git bash mintty

winpty drugwars-rust

Mofo

Local High Scores Added

high

Commit count: 63

cargo fmt