- Download werewolves :
wget https://jedcrandall.github.io/courses/cse536spring2024/werewolves-spring24.tgz
- Extract the folder
tar -xzvf werewolves-spring24.tgz
-
Change working directory to extracted folder path
-
Run
./install.sh
- Install python2 as the project requires python 2:
sudo apt install python2
- Run server.py
- Unable to locate python2
Cancel installation and run sudo apt update
and sudo apt upgrade