Pygame / Python tutorial: Creating a GTA2 style driving mechanic

Опубликовано: 29 Март 2025
на канале: Clear Code
25,727
408

A tutorial on how to create the GTA2 style driving in python and pygame by using vectors and basic rotation mechanics.

Timestamps:
0:00 - Intro
0:56 - Rotation
10:52 - Movement with vectors

Project files: https://github.com/clear-code-project...

Related videos
The basics of pygame -    • Python / Pygame Tutorial: Creating su...  
An introduction to sprites -    • Python / Pygame Tutorial: An introduc...  
Rotation in pygame -    • Python / Pygame Tutorial: Rotating stuff