Skip to content

A networked, CLI version of the online word guessing game Bombparty. Try to match words to a prompt with up to eight friends!

Notifications You must be signed in to change notification settings

erakai/rustparty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A networked, CLI version of the online word guessing game Bombparty. Try to match words to a prompt with up to eight friends!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages