This is a terminal game heavily inspired by the famous bombparty
- 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
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