- Clone the repositry to your local machine Note: Does not work in Github Codespaces
- Navigate to the project directory in your terminal
- Create & activate a virtaul enviroment
python -m venv venvvenv/Scripts/activate- Install Pygame using pip
pip install pygame- Run the game* via terminal
python app.py