A networked, CLI version of the online game Bombparty written entirely in Rust. Enables up to 8 players to attempt to match words to a prompt within a timer until somebody runs out of lives.
The original game is located here.
Use WSL if on Windows. Installation can be found here.
To install, just download the binary and add it to your path. For example:
mkdir ~/.rustparty/
curl https://github.com/erakai/rustparty/releases/download/1.0/rustparty >> ~/.rustparty/rustparty
chmod +x ~/.rustparty/rustparty
export PATH=~/.rustparty:$PATH
Alternatively, download rust, clone this repo, and run cargo build --release
to generate the binary manually.
- Kai Tinkess