pygame-tutorial
There are 6 repositories under pygame-tutorial topic.
01one/pygameExamples
Learn Pygame: 50+ Examples for Beginners to Advanced
michelbr84/arcade_survival
Arcade Survival is a retro-inspired 2D top-down survival shooter built with Python and Pygame. Fight off endless waves of enemies, collect points, and see how long you can survive. Clean architecture, modular components, and elegant UI design make this project a great base for further development or learning game dev with Python.
fahadelahikhan/Bouncing-Ball-Pygame
Simple Pygame project simulating a bouncing ball with customizable physics and smooth animations. Ideal for beginners learning game development in Python.
viktor-rumiievskyi/Flappy-Bird
A simple Flappy Bird clone built using Python and Pygame. Fly the bird through pipes without hitting them! Great for beginners learning game development and Pygame.
educ8s/Pygame-Collisions-Example
Collision detection in Pygame and Python.
yolowex/pygame-snake-tutorial
A full detailed tutorial, showing how to create a simple snake game with Pygame