Python library created to help create games with pygame using the scratch commands
- To run you will need to have Python installed
- install the latest version at https://www.python.org/downloads/
- Make sure you tick 'Add Python 3.7 to PATH' when installing
- Launch the command prompt, cmd.exe
- use pip to install pygame with
python -m pip install -U pygame --user
- to confirm it worked try
python -m pygame.examples.aliens
- If you get 'PermissionError: [WinError 5] Access is denied', before starting the command prompt right click and "Run as administrator"