Python game made with pygame. Based on Boot.Dev.
-
Install Python
-
Create a virtual environment in CMD or PowerShell:
python -m venv venv .\venv\Scripts\activate pip install pygame python main.py
This way, Pygame will work out of the box, since it runs directly on Windows.