School gave me an assingments to make a racegame with the use of Pygame.
pip install pygame
pip install pygame pytmx
pip install vector2d.py
Python
git checkout -b nieuwe-branch-naam main
Make your changes in code
git add .
git commit -m "commit message here"
git push origin nieuwe-branch-naam