-
Make shure python is installed.
-
To run this game the main.py file must be executed.
-
If the error "ModuleNotFoundError: No module named 'pygame'" occurs, pygame is not installed.
- To install pygame, open cmd or powershell and write this next command: pip install pygame.
- To uninstall pygame, open cmd or powershell and write this next command: pip uninstall pygame.