DEV Community
dev.to › unitybuddy › 5-python-games-with-source-code-3g2b
5+ Python Games With Source Code - DEV Community
October 24, 2021 - Just like the Snake game, all of us have player or heard! 🐍 · Full Code · All we need to do is write a program that shows you a mystery word with all the letters replaced by question marks. When you have correctly guessed the letter, your program should replace the question mark with this letter. Full Code · So buddies, that's it for now! Show some love by staring repo and Happy Pythoneering! Python Projects Repo ⭐⭐ ·
GitHub
github.com › itspyguru › Python-Games
GitHub - itspyguru/Python-Games: A collection of small python games made by me using pygame and tkinter libraries · GitHub
This repository contains a collection of small python games made by me using turtle, tkinter and pygame library.
Author itspyguru
Any open source games written in Python? Ideally, something being actively developed
You can search on github. RenPy is popular. Note that the game engine itself is likely not pure Python and Python is used as the scripting/glue layer. Commercially there are few cases of Python being used in the scripting layer but overall it's non-existent and eve PyGame doesn't come anywhere close to the size of Unity or Unreal Engine community size, amount of resources (and job offers). More on reddit.com
My first major Python project! Made with 100% python using pygame. Source code and download in comments.
Source code: https://github.com/000Nobody/Pygame-Platformer-Shooter
download: https://000nobody.itch.io/platformer-shooter
It's still a work in progress, so there might be some bugs. Feel free to report any to me if you find them. Have fun!
More on reddit.com[deleted by user]
1. Create a bot to reply to "what are some beginner projects" questions on r/learnpython , using PRAW . Other than that, here are some beginner project ideas: a list of programming projects on Github another list from Github a curated list of Python projects for beginners, intermediate & advance level programmers Tech with Tim Youtube channel, full of Python projects resources in the subreddit wiki Good luck! edit. thanks for 5 upvotes! edit2. omg 10 upvotes!!!! Thank you!! edit3. 50 upvotes??? 😲😲😲 Can we make it to 100? edit4. 100 UPVOTES?????? I CAN DIE NOW Downvote me if the post wasn't a question about examples of beginner projects. Thank you. More on reddit.com
Ideas for python game project
Create an oldschool dungeon-crawler (90 degree rotations only), with randomly generated maze, enemies and items. Voice can be used to cast spells :) More on reddit.com
What are Python game projects?
Python game projects are coding exercises or applications where you build playable games using Python. These projects help you learn programming concepts such as loops, conditions, event handling, and object-oriented logic through interactive, hands-on development.
upgrad.com
upgrad.com › home › blog › data science › top 15 python game project topics for beginners, intermediate, and advanced coders
Top Python Game Project Ideas for Beginners & Experts
What tools do I need to start Python game projects?
You need: Python (version 3.8 or above) An IDE like VS Code, PyCharm, or IDLE Pygame or other game libraries Basic image and sound assets for visuals and effects
upgrad.com
upgrad.com › home › blog › data science › top 15 python game project topics for beginners, intermediate, and advanced coders
Top Python Game Project Ideas for Beginners & Experts
What are some intermediate Python game projects?
Intermediate ideas include: Flappy Bird Clone Space Invaders Pong Memory Puzzle These introduce concepts like object-oriented programming, scoring systems, and multiple game screens.
upgrad.com
upgrad.com › home › blog › data science › top 15 python game project topics for beginners, intermediate, and advanced coders
Top Python Game Project Ideas for Beginners & Experts
04:36:51
Python Game Development Full Course – Build 2D & 3D Games with ...
13:48:16
14 Hours of Python Game Development - from Beginner to Advanced ...
11:08:40
Master Python by making 5 games [the new ultimate introduction ...
40:58
Beginner Python Project - Make a Game in Under an Hour - YouTube
12:09
Snake Game In Python | 12 minutes | Pygame tutorial with source ...
Python Projects Ideas - 11 Awesome Games You Can Make ...
GitHub
github.com › grantjenks › free-python-games
GitHub - grantjenks/free-python-games: Free Python Games · GitHub
Any of the listed games may be played by executing the Python module from the command-line. To reference the Python module, combine "freegames" with the name of the game. For example, to play the "snake" game run: ... Games can be modified by copying their source code.
Author grantjenks
Source Code Tester
sourcecodester.com › tags › python-game
Python Game | SourceCodester
The Jump Ball Game Using Pygame ... and right to land on platforms while progressing upward. This project is an excellent opportunity to · Read more about Jump Ball Game Using Pygame in Python with Source Code...
GitHub
github.com › topics › python-game
python-game · GitHub Topics · GitHub
learning-python game-development python-2 learning-by-doing python-scripts python-game interactive-game games-list python-classes codeskulptor python-applications codeskulptor-games best-python-games object-oriented-games object-oriented-python oop-programming graphical-games interactive-programming event-based-listeners browser-based-games ... A custom open-source game engine on Python and Pygame, it is written in pure Python!
Reddit
reddit.com › r/python › free open source python games
r/Python on Reddit: Free Open Source Python Games
November 30, 2022 - Loads of free, simple Python games with open source code. ... Archived post. New comments cannot be posted and votes cannot be cast. Share ... I made a free browser game where you learn Python by actually writing code — no installs, no setup, just a broken farm and an empty editor ... My first major Python project!
Reddit
reddit.com › r/python › any open source games written in python? ideally, something being actively developed
Any open source games written in Python? Ideally, something being actively developed : r/Python
December 1, 2022 - It's not "open source" but anyone can freely look at all of the code. ... Evennia - https://www.evennia.com - Engine for making MUDs in Python! Very active development. ... Very true. Fixed! ... There are several ports of Colossal Cave to Python. ... Truth be told python is not best for writing games, obviously. Unity and unreal take the cake in easiness and available resources. I wrote few smaller projects in PyGames and it's very much doable, but why hinder yourself from the get go.
Python Geeks
pythongeeks.org › python geeks › python projects › 70+ python projects for beginners [source code included]
70+ Python Projects for Beginners [Source Code Included] - Python Geeks
December 25, 2023 - Python Project – Rock Paper Scissors is a simple game you can play with a friend. The game is played by each player choosing one of rock, paper, or scissors, and then the players compare their choices. It is a draw if both players have chosen the same thing. Otherwise, the winner is the player who has chosen the winning hand (rock beats scissors, paper beats rock, scissors beats paper). This project is a fun and easy way for people to learn about Python. Source Code – Rock Paper Scissors Game ...
CodeWithFaraz
codewithfaraz.com › home › blogs › 50+ python projects with source code: beginner to advanced
50+ Python Projects with Source Code: Beginner to Advanced
June 11, 2025 - Create a QR code generator application that allows users to input text or a URL and generates a QR code image that they can save or share. Security is crucial, especially in the digital age. Develop a password generator application in Python that creates strong and random passwords based on user-defined criteria such as length and character types. It's a practical project that enhances your skills while promoting cybersecurity. Embark on a classic programming challenge by creating a "Guess the Number" game in Python.
Python
wiki.python.org › moin › GameProgramming.html
GameProgramming - Python Wiki
There's also some books that specifically cover game programming in Python: ... "Invent Your Own Computer Games with Python" is a free, Creative Commons-licensed book on Python for complete beginners with no experience programming. Each chapter has the source code for a small game such as Tic ...
DataFlair
data-flair.training › blogs › python-project-ideas
Best Python Projects for 2026 – Work on Real-time Projects to Head Start Your Career - DataFlair
June 15, 2026 - Source Code: Dice Rolling Simulator Python Project · Python Project Idea – The email slicer is a handy program to get the username and domain name from an email address. You can customize and send a message to the user with this information. Python Project – Mad Libs generator is a fun game ...