DEV Community

Cover image for Fun Game Projects in Python
Michael_Maranan
Michael_Maranan

Posted on

5

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

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay