Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 933 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 933 Bytes

rustparty

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.

Installation

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.

Contributors

  • Kai Tinkess

Screenshots

2players 5players server