Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 983 Bytes

README.md

File metadata and controls

47 lines (33 loc) · 983 Bytes

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