My Werewolf Neighbor
Game Jam
This game is my entry for pyjam 10/16/2022
Current Status: In development
Running the game
- install python 3.9 or above
- open terminal and navigate to the game folder
- run
python -m venv env - run
env\Scripts\activate.bat(windows) orsource env/bin/activate(linux) - run
python -m pip install -r requirements.txt - run
python src/main.py
Compile Binary (Windows)
pyinstaller.exe --onefile --paths=[path to \pyjam\src] src\main.py
Replace [path to \pyjam\src] with the path to the src folder of the game.
Contributors
- Urk - Music
- Corndog - Sprites, Voice Acting
- Sam - Voice Acting
- Me - Programming, Sprites
- Miguel - Likeness
- Mark - Likeness

