Showing 1117 open source projects for "python game"

View related business solutions
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 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
  • 1

    Shildimon

    Adventure/RPG-Gameengine + Game

    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    pyBzEdit
    pyBzEdit is a wxPython program designed to edit the world files used by the bzflag game. You will need Python, wxPython, and pyOpenGL to run it. There were also (now unmaintained), versions that run under IronPython/OpenTK or Jython/JOGL!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    pyisabella

    Castlevania based game

    GPL2 and BSD Revised license, made with Python/Pygame
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Pytonis Universalis - Shmup

    A ridiculously simple spaceship shoot 'em up game written in Python

    Pytonis Universalis (name is still WIP) is a simple shoot 'em up. It is written completely in Python and uses Pygame so the code is as accessible as possible for others to inspect. The idea should be easy enough for anyone to understand: try to avoid running into flying saucers and their laser beams by shooting them down before they shoot you down. Every time you destroy a flying saucer you get points. Points are nice, you want them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Save Up to 91% on Cloud Compute With Spot VMs Icon
    Save Up to 91% on Cloud Compute With Spot VMs

    Automatic sustained-use discounts. One free VM per month. No negotiation needed.

    Run batch jobs at 60-91% off with Spot VMs. Long-running workloads get automatic discounts with sustained use.
    Try Free
  • 5
    Port Tales

    Port Tales

    A 2-players cooperative puzzle game

    A 2-players cooperative puzzle game mainly developed in 48h during the StunJam 2014, Rennes. Little wordless tale about octets. The games comes from the joint work of 3 persons: - Vincent Michel as the main developer - Cyril Savary as the level designer - Yann Asset as a 3D artist. The game has been developed using Python and Pygame. The source code is available on GitHub.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Snot The Second, the rubber boxes King, declared a holy war against evil plastic balls to defeat himself and his crew lives. Excentric crossplatform 2D labyrinth game written in Python. Just try to reach exit of each level.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Cell Defender

    A mobile tower 3D tower defense/defend the flag game

    This simple little game is like few others. It's a surivial game with few rules. 1. Defend the center square from the invading robots! 2. You can only the "Colored" Defender units to do so. 3. Let 10 Robots in and your game is over! 4. No end survive and rack up as many points as you can! This project uses Python-Ogre, a wrapper for the original Ogre 3D.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    The OHRRPGCE (Official Hamster Republic Role Playing Game Construction Engine) is a game maker that you can use to create your own RPG game in a style similar to the classic Final Fantasy games on the NES, SNES and GBA which have so shaped the RPG genre.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Game Over Again

    Find continuous bombs

    The game consists of a rectangular board increasing its dimensions every so. User must find where the bombs are. Labels show how many continuous bombs exist horizontally and vertically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10

    Pig Out!

    A text-based adaptation of the classic tabletop game 'Pass the Pigs'

    Pig Out! - Byzantine Studios first game - is a text-based adaptation of the classic tabletop game 'Pass the Pigs'.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Projects of The Fellowship of the Game game development group.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    HankSmash

    Based on bambam, a keyboard and mouse game for babies

    HankSmash aims to introduce infants to computers by giving them the opportunity to interact with them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    HGEE

    HGEE

    A world editor for HGE game engine written in python and uses OpenGL.

    It uses most update packages and technologies for example OpenGL 4, pyhton3.3 and etc. Project focus is on simplicity, efficiency, performance, flexibility. This project aimed for Linux environment and more specifically Gnome shell. Its most development is in Fedora 20.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Craft

    Craft

    Minecraft clone written in C using modern OpenGL

    A simple Minecraft clone written in C using modern OpenGL (shaders). A very performant Minecraft clone written in just a few thousand lines of C using modern OpenGL (shaders). Online multiplayer support is included using a Python-based server. Many people have used this as a base upon which a more complex game was built. Simple but nice looking terrain generation using simplex noise. More than 20 types of blocks and more can be added easily. Supports plants (grass, flowers, trees, etc.) and transparency (glass). Simple clouds in the sky (they don't move). ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15

    Assassin of the Underdark

    an underdark dungeons explorer game

    This is a dungeon explorer game with Open Content graphics. The setting is Faerun's underdark with a twist. The engine is roughly based on Ultima 6. In Assassin of the Underdark, you take a custom player character through the underdark. RPG elements are included in the form of weaponry, items, and spells. There are scripts to print Python character files, resource management, and a widget system.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Cyber Knight is a game engine for developing educational software for computer science. The platform features an isometric tile engine and a code visualizer for python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Pygrid Engine

    Pygrid Engine

    Pygrid is an open-source and cross-platform pygame/python 2D engine.

    Pygrid is an open-source cross-platform pygame/python engine for the development of 2D top-view and platform games. It follows the "grid-fixed" principle, in which every game-object has a fixed size based on a grid (What allows perfect object interaction, such as "collision" and "movement").
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Pygame Snake Adventure

    Adventure game derived from the classic Snake video game

    This is my first time posting a project, so any and all feedback about the project as well as its posting would be appreciated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SnakeSpeed

    SnakeSpeed

    Compete with snakes on eating the frog.

    This is a variant of the well known snake game. The snakes are competing about eating the frog. It was implemented as a report for a course in Artificial Intelligence. My son helped me with the design using his toy snakes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    PyclassicS

    An open-source classic snake game written in Python.

    An open-source classic snake game written in Python by Ericson Willians, with speed, bounds and fullscreen options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CometZ

    CometZ

    CometZ is a simple side scrolling space shooter

    CometZ v0.2 (15.02.2014) Copyright 2014 Alexandre Lopes and Filipa Silva = Description = CometZ is a simple side scrolling space shooter whose objective is to destroy enemies ships while avoiding that our ship's shield is reduced to 0. It features several kinds of enemy ships and health power ups to replenish shield. = Running the game = If you have the source code version of CometZ, run python cometz.py on the command prompt. If you have the windows compiled version just execute cometz.exe = How to play = Use the arrow keys to move around in the menu and the spacebar or return key to select the desired menu item. During game the controls are the following: spacebar - fire lasers up arrow - move ship up down arrow - move ship down left arrow - move ship left right arrow - move ship right escape - pause menu You can replenish your shield by picking up shield power-ups. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    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
  • 23
    Wizards Magic
    Wizards Magic - OpenSource card game, based on rules of Magic: The Gathering, written in Python, using Pygame
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    SPQR is a computer strategy game set in the period of the Roman empire, 200 BC to 650 AD. Can you both rule Rome and build an empire to last?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Acid Rain

    Acid Rain

    Acid Rain is a computer game based on investigation

    You are a reporter sent to Varna to investigate about rumors behind an earthquake and a nuclear fallout creating mutations on locals. The game starts with a car accident while one of the earthquakes was taking place. From then, you have to find your way to get away from the place, while possibly gather as much information as possible for the newspaper. Will you survive and find the responsibles of the disaster? The project uses opensource 3D models and was implemented in Python on Panda3D by Andrea Monacchi and David Sorrentino as a small Virtual Environments course project for the spring 2011. ...
    Downloads: 0 This Week
    Last Update:
    See Project