Showing 1168 open source projects for "game python"

View related business solutions
  • 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
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • 1
    This project has been superseded by a much more ambitious project that is, basically, "Google Maps for Fantasy Worlds" (and happens to include a combat tool as well). https://deity-online.com/ Visit us there. --- Deity (pronounced "DEE-ity") is a GameMaster (i.e. role-playing) utility. It has a large generic component plus modules to refine it for different game systems (e.g. HarnMaster, HERO, AD&D) and to simulate weather, combat, character generation, etc. Important: Just...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Tank Tirade- Operation Annihilation

    Tank Tirade- Operation Annihilation

    a strategy game where you build a base and fight enemies

    a 2-D game created using Python/Pygame and distributed with cx_Freeze. It was inspired by a game I played on paper with my friends when I was in Middle School.The game is in extremely early development. Latest Release: 0.4.1pre_alpha
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Unofficial EU4 Country Designer

    Country designer for Europa Universalis IV

    This site is deprecated. See https://github.com/ajul/eu4cd for the latest version. Country designer for Paradox Interactive's game Europa Universalis IV. Allows reselection of localization, government, religion, technology group, mercantilism, and most importantly, national ideas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CONF Bot

    CONF Bot

    A bot for Confrontation Web Card Game written in Java

    CONF Bot will play the Facebook game Confrontation for you, automating clicks so you don't have to repeat the same action 40 or 50 times in a row for no good reason. It also allows actions to be sequenced together in whatever order you prefer, allowing full farm runs of the game's content that can save hours a day. The source code should provide a good idea of what it's like to write bots in Java (or any other programming language like Python that uses image capturing techniques to bot). ...
    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

    Return to Earth

    Top-down shooter with a cyberpunk atmosphere.

    Return to Earth is a top-down shooter with a cyberpunk-themed atmosphere. You can find installation instructions in the wiki.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Homage is yet another scorched earth inspired game. It is a homage to Monty Python .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    An arcade game played in kind of (humor), post-apocalyptic world. You are the only one that can slay a band of five that now rule the world. You must move in a small town, facing enemies in combat to reach the truth.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ballspace

    ballspace

    Ballspace is a Tux breakout game with a level editor.

    Ballspace is a breakout game with a level editor. Ballspace is different of the classic games : ° You don't have no life in the game but you must protect all the Tuxs at the bottom of the screen. The game is finished as soon as you have no Tuxs to protect. ° You can pass to the next level as soon as you have destroy at least 75% of the bricks in using your super power... ° If a ball falls, you don't lose a life but at worst one or all the Tuxs... The keys of the game : left and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Zombie Hunter is a arcade 3D game where goal is to eliminate zombies out of a given area
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10
    PTkEI2

    PTkEI2

    The Python/Tk Empire Interface

    The Python/Tk Empire Interface is a graphical front end to the Wolfpack Empire server (www.wolfpackempire.com). Ptkei (the client's nickname) provides a powerful graphics based interface to what would otherwise be a purely terminal based game. This client functions solely as a client. In order to use this program effectively one must be familiar with Empire.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
     Super Mario Bros. Python Final

    Super Mario Bros. Python Final

    Super Mario Python Final

    This project has been discontinued for a while now. Recently I decided to come back and work a little bit more on it. I added some new stuff and here is the new result. This will be the final version of the game, I do not intend to release any new stuff in the nearby future. The game isn't perfect and I believe it has some broken code. Anyway, it should be playable. Thanks for looking! Sincerely - HJ.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 12
    All the game wasn't prog by me, i've take it on this site but I don't remember who. I've made the menu where you can select the level and number of life at your start.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    EasyDonate

    Donation system for source-based communities

    EasyDonate aims to provide a configurable, extensible framework for Source Engine based gaming communities to accept donations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Game Engine and AI framework for playing No Limit Holdem
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    snake pygame

    snake pygame

    "snake pygame" is a remake of classic snake game

    Snake pygame is a remake of classic snake game, developed with python and pygame. in this page you can find a tutorial to create the game: http://deasproject.altervista.org/blog/progetto-creiamo-il-nostro-snake-in-python-con-pygame/ for any question you can contact me andrea.deangelis93@gmail.com The game needs of these packages to work: - python 2.7 32 bit(x86 version) -> http://www.python.org/download/releases/2.7.5/ - pygame 1.9.1 for python 2.7 -> http://www.pygame.org/ftp/ - numpy 1.7.1 for python 2.7 -> https://pypi.python.org/pypi/numpy #### UBUNTU #### To install these packages on Ubuntu 12.04 and derived run this command on terminal: sudo apt-get install python python-pygame python-numpy #### ARCHLINUX #### To install these packages on Archlinux run this command on terminal: sudo pacman -S python2 python2-pygame python2-numpy Youtube Channel-> http://www.youtube.com/channel/UCtfS0d2O9Cd6FzZqZws4jgA
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Revolt Import-Export addon for Blender

    Revolt Import-Export addon for Blender

    An addon for Blender which let's you import and export multiple different formats from the classic Revolt game by Acclaim.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    aks-raspi-libs

    Game-oriented libs for Raspberry Pi

    A suite of small C and Python libraries geared towards gaming on the Raspberry Pi. Units for EGL, OpenGL ES, OpenVG, ALSA, and evdev.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    FOSSMMO

    To create an open source and openly developed mmorpg

    ...The first is to create an open sourced MMORPG with compelling and fun gameplay requiring modest system specs. The second is to develop in an open and well documented way to help others learn the trade of game programming. FOSSMMO will be developed using python. While python is not a common language for game development I'm a fan. Also I recently watched http://pyvideo.org/video/381/pycon-2011--algorithmic-generation-of-opengl-geom which looked amazingly fun and is influencing my selection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    PygameFrame

    Python/Pygame Game-Building Framework

    A template I created to help me organize my Pygame code, that I decided to share for everyone's use. I built it to help me organize all of the programming practices I have seen in different Pygames, tutorials, books, and other sources, to help me make a robust framework that I can simply copy-paste to start new projects with. This package was originally known as "Santo's Pygame Template", but I've renamed it to "PygameFrame" since. This is merely a skeleton to build a game from; and...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    PokerAssist

    PokerAssist

    Poker game assistant to get probabilities to win a hand.

    PokerAssist derives probabilities to win Texas Hold'em poker games. It includes a user interface in Qt, and the source code is in Python v2.5. INSTALL : This software DOES require Python v2.5+ and PyQT4.X installed before running, then simply launch pokerassistant.py once the sources have been unzipped. Next version will migrate to Java technologies for developing convenience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A tower defense game written in Python with PyGame
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22

    Air-Hockey Game

    Air Hockey Game

    Physical object is used to move the player. Used web camera to track the object. based on the motion of object paddle moves in screen. Language – Python,Pygame
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Minecraft Quiz!

    Minecraft Quiz!

    A minecraft quiz

    I'm new to python and decided to try and make a quiz type of thing. It has a score which will be displayed at the end. As of v1 there is 6 questions. See txt file for more info.(Needs winrar to open)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    SM Character Generator

    A Space Master 2nd Edition Character Generator

    SMCG is a character generator for the second editon of the role-playing game Spacemaster. Only the program code is placed under this license. All Spacemaster material has been copyrighted by Iron Crown Enterprises. While I do have permission to publish this program, I am not affiliated with Iron Crown.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    AOR (Adventurer of the Realm) is an oldschool rogue like game. Created using Python and libtcod.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo