Skip to content

llComodino/cli-party

Repository files navigation

CLI Party

This is a terminal game heavily inspired by the famous bombparty

Installation

  • Clone the git repo
git clone git@github.com:llComodino/cli-party           # SSH
git clone https://github.com/llComodino/cli-party.git   # HTTP
  • Install the requirements
pip3 install -r requirements.txt
  • Follow the set-up below

  • Start the game

python3 cliparty.py

Set-up

Create/download your wordlist, rename it wordlist.txt and place it in the same folder as the script

Create/download your syllable list, rename it syllables.txt and place it in the same folder as the script

File format:

X;n # where X is your syllable and n an integer (1-5)

Create/download your letter set, rename it letter_set.txt and place it in the same folder as the script

NOTE: All of these files use newline separators Only syllables.txt adds ';' to separate the syllable from the difficulty


About

CLI python game heavily inspired by bomb party

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages