🌐
Grant Jenks
grantjenks.com › docs › freegames
Free Python Games — Free Python Games 2.5.3 documentation
Free Python Games is an Apache2 licensed collection of free Python games intended for education and fun. The games are written in simple Python code and designed for experimentation and changes.
🌐
Pygame
pygame.org › project › 3186
Free Python Games
Free Python Games is an Apache2 licensed collection of free Python games intended for education and fun. The games are written in simple Python code and designed for experimentation and changes. Simplified versions of several classic arcade games are included.
Discussions

Python Games
There's some ideas for interesting little apps here: https://inventwithpython.com/bigbookpython/ More on reddit.com
🌐 r/learnpython
6
2
November 5, 2023
Any games available for beginners that will teach you Python?
I think there was a project by some CS teacher on steam, Coding is Fun or something like that? I haven't tried it myself though. EDIT: Found it , and apparently there's a whole category of programing games on steam https://store.steampowered.com/tags/en/Programming More on reddit.com
🌐 r/learnpython
42
125
April 12, 2025
Are there any free game engines that use python?
Here's a list of python game engines: https://enginesdatabase.com/?programming_languages=4 More on reddit.com
🌐 r/learnpython
3
2
January 18, 2024
Looking for fun games to practice python programming
not a game, but QPython is an android app that allows you to write android apps in python from your phone, which is neat for a bit of messing around. More on reddit.com
🌐 r/learnprogramming
10
72
August 6, 2023
🌐
AskPython
askpython.com › python › examples › easy-games-in-python
Easy Games in Python - AskPython
April 20, 2026 - You can start with text-based games using only print() and input(), then move to graphical games using the built-in turtle module or install pygame via pip install pygame. A number guessing game or a Quiz Game are the easiest starting points.
🌐
Create & Learn
create-learn.us › blog › free-python-coding-games
Free Python Coding Games Review: Beginners to Advanced
January 10, 2026 - Pricing - Free to start. Subscription is $12/month · CodeMonkey is a gamified coding platform started as a program for younger kids. However, it does offer a Python learning game as well called Banana Tales.
🌐
GitHub
github.com › grantjenks › free-python-games
GitHub - grantjenks/free-python-games: Free Python Games · GitHub
Free Python Games is an Apache2 licensed collection of free Python games intended for education and fun. The games are written in simple Python code and designed for experimentation and changes.
Author   grantjenks
🌐
Edopedia
edopedia.com › blog › python-games-source-code
35 Open Source Python Games Code Free Download [cy]
September 16, 2025 - In this blog, I will reveal a collection of open-source Python games. As the source code of these games is publicly available, so you have the opportunity to examine it in order to understand their inner working.
🌐
Udemy
udemy.com › design
Coding Games in Python(FREE)
June 15, 2023 - Preview a Python Tetris-like game, showing next piece preview, rotate and move down, hot and space drops, line clears, and restarting the game. Basic Knowledge of Python(Crash Course Python notes available) THIS COURSE IS NOW FREE!! Because of my busy schedule, I will not be able to maintain or support this course. Udemy requires that video content must be under 2 hours to make a course free. So I have unpublished most of the videos to satisfy the requirements. Please see my youtube channel for all lecture videos. Youtube Channel: @longnguyen8112 ... Learn how to code Arcade games in Python!
Rating: 4.2 ​ - ​ 50 votes
🌐
Reddit
reddit.com › r/python › free open source python games
r/Python on Reddit: Free Open Source Python Games
November 30, 2022 - 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
Find elsewhere
🌐
IDTech
idtech.com › blog › easy-games-to-make-in-python
9 Cool & Easy Games to Make in Python (And Starter Code for Beginners)
March 27, 2024 - We’ll explore some easy yet exciting games kids can create with Python. And while the end goal is something fun and cool, doing so helps practice fundamental programming concepts like loops, conditionals, and user input. So, grab your code editor (we use PyCharm), and let’s dive into the world of Python game development!
🌐
CodeCombat
codecombat.com
CodeCombat: Learn to Code by Playing a Game
Learn programming with a multiplayer live coding strategy game for beginners. Learn Python or JavaScript as you defeat ogres, solve mazes, and level up. Open source HTML5 game!
🌐
Python Programming
pythonprogramming.altervista.org › free-games
Free Games - python programming - Altervista
In this page you will find free games made with pygame or pure python by the author of this blog. My games are are on https://formazione.itch.io , but you can find also games from different coders here.
🌐
CheckiO
checkio.org
CheckiO - coding games and programming challenges for beginner and advanced
We have also created Empire of Code - a space game with a mix of strategy, tactics and coding. In addition to the 50k monthly active Python and TypeScript players, who are constantly improving their skills by engaging in CheckiO missions and analysing other members’ solutions, CheckiO is ...
🌐
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
🌐
Edureka
edureka.co › blog › snake-game-with-pygame
How To Write Python Code for Snake Game using Pygame?
March 11, 2025 - Snake Game in Python using Pygame which is free and open-source Python library used to create games.Create snake,add food,increase snakesize,score,etc.
🌐
IDTech
idtech.com › blog › python-coding-games
Python Coding Games | Free Learning Challenges & Fun for Beginners
June 21, 2022 - As kids create their own custom basketball game, they’ll learn the basics of Python! With Codesters Basketball, players create sprites, scoreboards, and more in an interactive, free platform.
🌐
YouTube
youtube.com › clear code
Master Python by making 5 games [the new ultimate introduction to pygame] - YouTube
Thanks to Brilliant for the support, you can find them here: https://brilliant.org/ClearCode/ This video covers game development in Python. We will create a ...
Published   May 19, 2024
Views   99K
🌐
GitHub
github.com › SanjayKotabagi › 50-Games-Using-Python
GitHub - SanjayKotabagi/50-Games-Using-Python · GitHub
git clone https://github.com/your-username/50-Games-Using-Python.git Navigate to the specific game directory you want to play. cd 50-Python-Games/GameName Run the Python script for that game python game_name.py Note: Some games may have additional ...
Starred by 12 users
Forked by 23 users
Languages   Python
🌐
GitHub
gist.github.com › wynand1004 › ec105fd2f457b10d971c09586ec44900
A Simple Snake Game made in Python 3 · GitHub
/bin/python3 "/home/devil/Code... "/home/devil/Code/Python/Turtle/Snake Game/snake_game.py", line 4, in <module> import turtle File "/usr/lib/python3.10/turtle.py", line 107, in <module> import tkinter as TK ModuleNotFoundError: No module named 'tkinter' ... Heya. Probably you need to install tkinter for ubuntu. To do so, go to the terminal and type: sudo apt-get install python3-tk Here is a link to my free Intro to Python ...
🌐
ThinkCloudly
thinkcloudly.com › home › blog › programming › 12 free coding games to learn python programming for beginners
Top 12 Free Coding Games to Learn Python Programming Fast
April 7, 2026 - Discover 12 free coding games to learn Python programming in a fun way. Perfect for beginners to improve coding skills through interactive challenges.
Address   21 Iceboat Terr, ON M5V 4A9, Toronto