Pygame Platformer Tutorial - Full Course

Tutorial from DaFluffyPotato https://www.youtube.com/watch?v=2gABYM5M0ww

pip install pygame

To make an executable

pip install PyInstaller

Option --onefile might trigger anti-virus.

python -m PyInstaller game.py --noconsole 

Copy ${workspace}/data into ${workspace}/dist/game