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.

  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 1
    Powow is an open-source TCP packets exchange mesh. It allows many TCP clients to connect to a "Powow cloud" (several instances of Powow), to exchange data. Powow is a TCP socket server like Palabre or Oregano.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    PrakeOut

    Cross platform BrakeOut with level editor

    BrakeOut clone in python 2.7, with level editor. Easily make your own multi stage levels, with custom graphics, music and sound. Executable for Win 32 OS available, but source will run on all platforms! PrakeOut currently only supports Python 2.7, so remember to download the correct Python version if you want to make your own build. The entry module for your project should be GameHandler.py
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PrevToNextFill (1-2-3 Fill)
    1-2-3 Feel is a simple clicking timekilling game for those, who like minesweeper and various loops games. Goal: fill all field. Rules: For number <i> you can move only from <i> to <i+1>. You can move only from reached points to not reached.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Pro Wrestling Superstar is a Pro Wrestling game based on the Superstar Pro Wrestling game from the mid-to-late 1980's.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Probe

    Probe

    Probe is a game developed with python and pygame.

    In probe, your task is to launch probes at the right angle and speed so it will orbit planets without crashing into them. Your score increases more the closer you get to planets without crashing into them
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This project, is a game which will generate an entire universe as more players explore! Written in Python and multiple interfaces (text MUD-like at first).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Profile Manager for Saitek X36/X45 Joysticks using Dhauzimmer's third party drivers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Programmierkurs Python

    Programmierkurs Python mit Raspberry Pi und Minecraft

    Ein Programmierkurs für die Programmiersprache Python mit dem Raspberry Pi Computer und Minecraft. Im Kurs wird darauf hingearbeitet, Minecraft zu modifizieren.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Project Frc
    Project FRC stands for:-Project Free Roam Cube. At the moment it will be called project FRC and later after it gets developed to project GFR:-Grand Free Roam.This game is about a cube that can move wherever the user wants it in the area. Developed by a 12 year old. P.S dont blame the quality. Still in alpha.
    Downloads: 0 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
    Open-Source 3D simulation game for the HongFire community
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Project Malmo

    Project Malmo

    A platform for Artificial Intelligence experimentation on Minecraft

    How can we develop artificial intelligence that learns to make sense of complex environments? That learns from others, including humans, how to interact with the world? That learns transferable skills throughout its existence, and applies them to solve new, challenging problems? Project Malmo sets out to address these core research challenges, addressing them by integrating (deep) reinforcement learning, cognitive science, and many ideas from artificial intelligence. The Malmo platform is a sophisticated AI experimentation platform built on top of Minecraft, and designed to support fundamental research in artificial intelligence. The Project Malmo platform consists of a mod for the Java version, and code that helps artificial intelligence agents sense and act within the Minecraft environment. The two components can run on Windows, Linux, or Mac OS, and researchers can program their agents in any programming language they’re comfortable with.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Project: Dark River Introduction: Dark River is a single player Immersive RPG With RTS Elements. It will be fantasy based and will take place on the world of Antresnia. The world of Antresnia is a vast and beautiful world in the Xeppinia Star System.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Projecte Samurai

    Projecte Samurai

    Modificant Mount and Blade Warband

    Anar fent, l'objectiu és fer un mod de Samurais per el Warband.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Framework for playing card games online, from Poker to Magic. Server and client written in Java, and extensible via Jython modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Protowars is a multiplayer turn based strategy game. The key difference is that the user will design its own units using pre-made parts available to all players. Users will be able to design their own maps and vote for new parts for all.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Pulsar framework

    Pulsar framework

    Event driven concurrent framework for Python

    Event-driven concurrent framework for Python. Pulsar's goal is to provide an easy way to build scalable network programs. In the Hello world! webserver example above, many client connections can be handled concurrently. Pulsar tells the operating system (through epoll or select) that it should be notified when a new connection is made, and then it goes to sleep. Pulsar uses the asyncio module from the standard python library and it can be configured to run in multi-processing mode. The http client maintains connections alive (by default 15 seconds) and therefore any requests that you make within a session will automatically reuse the appropriate connection. All connections are released once the session exits the asynchronous with block. Pulsar design allows for a host of different asynchronous applications to be implemented in an elegant and efficient way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The Pulse Engine is a game engine that has been developed over the course of two years. Along with the Pacemaker toolset, it contains everything you need to create a game including 3D rendering, audio, networking, and python scripting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This project aims at writing a threaded, object-oriented and scriptable game engine targetting the .NET platform, using a mixture of c# or managed c++ ports of famous c/c++ components such as OGRE, CEGUI, Newton, Lua, Python, Audiere, OpenAL, etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Puzzle games for Symbian UIQ 2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Py Connect Four is the Connect Four game you've always wanted! (some exceptions apply :-p). This is the classic 2 player game, where each player puts his/her piece in, and the first to get four in a row wins the round. This game keeps track of the s
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PyBalls
    PyBalls is a very simple game, but it is not easy ;) Can you dodge the balls? How long to resist? 10, 20 seconds ?? Try to resist a minute! And try to get the purple ball for extra points. It's very hard :D IMPORTANT: need Python 2.6.x and Pygame.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    It's a Tetris-like game written in Python and using Pygame modules (http://www.pygame.org).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PyBluesky

    PyBluesky

    PyBluesky is a simple 2D python game developed using the pygame framew

    Your objective should you choose to accept is to navigate your jet without getting hit by the incoming missiles. For self-defense you can shoot down the enemy missiles. You are armed with 100 special missiles. Level-up awards you another 50 special missiles and a power-up star which will instantly deactivate all the enemy missiles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PyBowling is a bowling game written in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PyBreak360

    PyBreak360

    breakout/arkanoid clone multiplayers network game at 360°!

    written in python 2.7.x and pygame 1.9.1&2 I have not found anything playing with more than 2 childrens with serverals computers. A game easy, addictive, and not too long playing time. So, i made it: an arkanoid / breakout clone which have the particularity to play at 360°. pybreak360.cfg to fine configure outside game. pybreak360_kbd.py for special international keymap. on game, use mouse or arrow keys. press B to start/stop ComputerBootPlayer. press H to see HiScores. press D for LevelDesigner (see in levels/*.level to edit/create fine configured levels as BrickArray, Background, Music, ...) press PAGE_UP, PAGE_DOWN to change level in actual level pack. press SPACE or ENTER for menu. select level pack using menu/F9. play alone or connect up to 4 players via TCP network. select server using menu/F1, connect/disconnect using menu/F10. A good gameplay experience, 12 bricks bonus, more then 90 levels, ... tested on linux, XP, Seven
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo