Browse free open source Python Games and projects below. Use the toggles on the left to filter open source Python Games by OS, license, language, programming language, and project status.

  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    The rpg-1d6 project aims to produce python programs based on the One Die roleplaying System ( http://1w6.org ). Its first program is a battle simulator using the simple One Roll combat System for quick combat resolution.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2

    Sky3ds utility for Mac and Linux

    A port of Sky3DS Diskwriter for Mac OS X and Linux

    Sky3DS is a Nintendo 3DS linker, a special game pak with a MicroSD card slot. So, on that MicroSD card, you can put in 3DS games backup files (only in .3ds format.) That linker makes for Nintendo 3DS casual developers possible to test the software they have created. Note: This project is discontinued, please fork me :)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    The basic gameplay is the one you've seen before. You control a spaceship, and try to eliminate the enemies! The game will feature a free-play mode and a campaign mode. The possibility for ship upgrades and weapon upgrades is also on the to-do
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    SpaceMax Shoot them up

    first person shooter, space invader

    Space max is a type of space invaders written in python and Pygame For more information, you can join me with this address : space.max@free.fr
    Downloads: 2 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 5
    A python library for searching and managing a collection of Vampire: The Eternal Struggle (V:tES) trading cards and for facilitating V:tES deck construction.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Terminal Delusion is a project to build a game that will be fun to play, have a good storyline, humour, music and atmosphere. Possibly not very good graphics at first. And it will be written in Python. Plus: all content and tools under an open license.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    PyBEM is a simple project: Python. Play by Email. That's it :) We're providing tools to help people create and run their own turn-based strategy games via email, in a language that's simple to learn, and using a system that's easy to modify.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    The purpose of this project is to centralize knowledge of the World of Goo modding community both in documentation of file structures in a Wiki, and later in a map editor. An utility to pack/unpack file format use by WOG is provided.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9

    cfe

    Framework for producing web-based database applications

    Sophisticated environment for developing web-based applications. It includes lots of handy low-level components including: 1/ mySql interface, including table creation, tables as class, query as iterator 2/ html generation 3/ multi-lingual ability 4/ html form field handling 5/ etc. On top of this is a high-level framework that allows rapid development of database apps including seach/create/display/update, user navigation between related entities and much more. Included, as a sample application, is FAMTREE: a Family Tree maintenance system. This uses most of the features of CFE and can be used as-is or as a model for developing other applications. Also included is BRIDGE. This allows one or more users to play this card game
    Downloads: 2 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    Un moteur de RPG en 3D évolutif multi-plateformes basé sur le moteur OpenSource Crystal Space
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    A little labyrinth generator written in python. Using: - Python 2.5 - wxPython 2.8
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    ufov

    ufov

    Enhance useful field of view, speed of responsiveness, brain exerciser

    Python and pygame cross platform program to exercise the brain with the intention of enhancing useful field of view, also known as speed of responsiveness. This yields benefits in driving, motility, and even depressive symptoms, as described in research papers of randomized, double blind trials. Whether ufov exercise the brain to yield those benefits is unknown, since there are no research studies using it. The research is conducted with a commercial product that I have not seen or used. I used the description of what useful field of view is supposed to do to create this program for experimental purposes. I notice personal changes from using the program, but that is only anecdotal evidence. I was especially struck by the research that found a significant decrease in dementia for those who used such a program to exercise their brain. For a full description of the program, and links to some information about useful field of view, see the project web page.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    2048 Python , AI , 1 or 2 players

    2048 Python , AI , 1 or 2 players

    py 2048, a well know 2048 clone board game

    Written in Python 2.7.x and pygame1.9.1~2 compliant (at least) Python 3.4 HOW TO PLAY: keyboard UP, DOWN, LEFT, RIGHT, escape to quit increase your score shifting tiles with same number. the value of resulting tile is multiplied *2. CUSTOMISE YOUR GAME: edit py2048.cfg configuration file. you can: -Change Raws and Columns amount. -Change Random range value of new tile. -Limit the maximum tile value. -Limit time allowed for movement. -Enable no movement (a new tile appear even if your movement doesn't shift anything). -Set shift to one step only. -Save the game state when exit (for autoload at start game) -Key config player 2 ect... V0.1.0: -add Small, Medium and Large preconfig Panel Game. -add HiScore for Small, Medium And Large Panel Game -check for close windows as QUIT event. -add Change theme screen BckGnd on score tile. -add counter move V0.1.2: -compliant Pyhton34 -add AI Auto Boot -add 2 players Human/AI (keys A,Q,W,X)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    4digits Puzzle Game
    4digits is a guess-the-number puzzle game. It's also called Bulls and Cows, and in China people simply call it Guess-the-Number. The game's objective is to guess a four-digit number in 8 times.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    DEEP Space

    DEEP Space

    6DOF zero-g claustrophobic space shooter

    Driving a car is 2D Flying a plane is 2.5D Playing DEEP Space is true 3D Ever flown in no gravity, where up is relative? How about all that inside a cavern or large building? Now's your chance to experience combat in full 6DOF in a style similar to the Descent series.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    Exif UserComment Editor

    Dialog box to edit Exif comment into images

    Display a simple graphical dialog box to add or edit Exif UserComment contained into images. Supports Unicode UTF-8 characters. Originally developed as a plugin for Geeqie image viwer. It requires Python GTK+ and exiv2 tool.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    G-CPS

    G-CPS

    Lite CPS Tester

    G-CPS (Golden CPS) It is a Very Lite program to measure your CPS G-CPS is a very lightweight program, it contains multiple color themes, and several options to adjust the test time (1, 3, 5, 10, 15, 30 and 60) s. It also saves the CPS record that you have achieved, each time mode has a different record. Source Code: GitHub: https://github.com/PETEROLO291/G-CPS You can try it out with: https://sourceforge.net/projects/flame-auto-clicker/ Info: Installer: 9.3MB Program: 27.5MB Version: 2.1.1 - I am totally open to feature requests for future updates
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    A game based of the D&D game mechanism. The game itself (the story of Gareth) is only an application of the underlying game engine. Is possible to create new game, new monster, new maps using this engine.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    Gester

    A game engine for console based text games

    Gester is a game engine for console based text game. You make text based games easily using Gester. These games can be played by using the 'gest' command. The 'gest' command will invoke the game engine which will read the game script file (.gest file) and present the game on the command line Install Gester using pip: "pip install gester" See our PyPI page for more details: https://pypi.org/project/gester
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Global Conflict Blue is a real time 3D naval and air warfare simulation game similar to Fleet Command and Harpoon.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    KlayGE is an open source, cross-platform game engine with plugin-based architecture. It provides a framework to make game development, testing, porting as simple as possible.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    The Lights Out game made in python and pygame. The goal of the game is to turn off all the lights.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    MWOMonitor

    A statistics collection and tracking tool for Mechwarrior Online (R)

    A little app that will collect your mech's statistics and enable you to - automatically keep a log of you mech performance - get detailed post-battle results damage per weapon - track your stats over time Developed in python with PySide / QT ----- New in version 08 - Styling of the application via user-editable stylesheet in style.txt - Filter DPG stats for mechs by min games played - a bit cleaner UI (major overhaul overdue, I know) --- Mechwarrior Online is an online game published by Piranha Games. I own no rights to the name or brand nor am I connected to Piranha Games / PGI, This project is made by just a lowly fan of the game, with no commercial intentions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Mouse Sensitivity Exporter is a tool made to help you quantize your mouse sensitivity inside any game and on any platform in a reliable way. With this method, you will always be able to do a backup of / export your sensitivity and restore it later.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    The Unknown Horizon project aims at creating an open source realtime economy simulation game with strategy elements in an isometric 2D engine loosely oriented towards Sunflower's Anno series.
    Downloads: 1 This Week
    Last Update:
    See Project
Auth0 Logo