A horror game built with Python and Raylib (Bindings)
To set up your development environment, follow these steps:
- Ensure Python is installed on your machine
- Clone the repository:
git clone https://github.com/rchfortiz/work-night - Install the required dependencies:
pip install -r requirements.txt - Run the game with
python -m game. If this does not work, open an issue. - Start coding!