DEV Community

Cover image for Fun Game Projects in Python
Michael_Maranan
Michael_Maranan

Posted on

Fun Game Projects in Python

For the last few months, I start learning about Pygame since building games seems fun doing with Python. Throughout my journey, I created some of the famous cool games which are good practices to enhance skills and knowledge with Pygame.

Topics

Flappy Bird

Source Code: https://github.com/Codeit-Michael/Py-Flappy-Bird

Platformer Game

Article: Platformer with Pygame
Source Code: https://github.com/Codeit-Michael/Platformer-Game

Maze Game

Article: Build a Maze Game in Python
Source Code: https://github.com/Codeit-Michael/Maze-Game-Python

Slide Puzzle

Article: Slide Puzzle game in Python
Source Code: https://github.com/Codeit-Michael/Slide-Pyzzle

Checkers

Article: Make a Checkers game with Pygame
Source Code: https://github.com/Codeit-Michael/Checkers

Tic-Tac-Toe

Article: Make a Tic-Tac-Toe game in Pygame
Source Code: https://github.com/Codeit-Michael/TicTacToe-Game

Hangman

Article:
(With GUI): Hangman GUI game with Pygame
(Command Line Game): Hangman game with Python
Source Code: https://github.com/Codeit-Michael/Hangman-GUI

Chess Game

Article: Make a Chess Game using Pygame
Source Code: https://github.com/Codeit-Michael/Python-Chess-Game

Top comments (0)