Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 449 Bytes

File metadata and controls

9 lines (7 loc) · 449 Bytes

Hack_O_Ween-Game

A pygame made for the UofL 2022 Hack'O'Ween in 48 hours

How to build program

  1. open a terminal in the root directory of project
    • run this command in the terminal .venv\scripts\activate to activate the virtual environment
    • may need to run Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process to let scripts run on Windows
  2. Then run the commandpython main.py in terminal to run program