Skip to content

deejai/my-werewolf-neighbor

dev
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 

My Werewolf Neighbor

Game Jam

This game is my entry for pyjam 10/16/2022

Current Status: In development

https://itch.io/jam/pyjamv1

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) or source 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages