[Python] Game Tutorial

Started by CodingKnight, August 26, 2020, 07:59:33

Previous topic - Next topic

CodingKnight

I noticed a rather strong focus on game development in this forum so I decided to share a few game related tutorials in Python.

Pygame Tutorial - A tutorial for beginners to Pygame. Explains both the basics and walks you through the building of a simple 2D car game.

Platformer Tutorial - An intermediate tutorial on Python Pygame, where you create a "Platformer game". A bit advanced with topics like gravity, friction and collision.

There are even more tutorials that branch out from those (like audio). If you're a python user and are interested in game development, give it a shot.