Open Source Python Game Development Frameworks - Page 2

Python Game Development Frameworks

View 103 business solutions

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

  • Skillfully - The future of skills based hiring Icon
    Skillfully - The future of skills based hiring

    Realistic Workplace Simulations that Show Applicant Skills in Action

    Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
    Learn More
  • World class QA, 100% done-for-you Icon
    World class QA, 100% done-for-you

    For engineering teams in search of a solution to design, manage and maintain E2E tests for their apps

    MuukTest is a test automation service that combines our own proprietary, AI-powered software with expert QA services to help you achieve world class test automation at a fraction of the in-house costs.
    Learn More
  • 1
    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
  • 2
    Habanero3d is a object-oriented 3d game engine written in C++, OpenGL, and GLSL with set of additional tools (written in number of languages), to make developers' life easier. Habanero3d is targeted for indie games, and is in development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This is a Python based mini-game framework that supports the Wii Remote as primary input. It employs PyGame, PyOpenGL, PyBluez, and a Python port of Wiigee.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Lambda Engine

    Lambda Engine

    The Lambda-Engine is a cross platform game engine.

    The Lambda-Engine is a cross platform game engine written in C++. It simplifies core tasks, such as rendering/graphics, sound, physics, math, scene and resource management. It is still *far* from finished, but I am working on it :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure Cloud Storage for Files, Photos and Documents | pCloud Icon
    Secure Cloud Storage for Files, Photos and Documents | pCloud

    Store, access, and manage your files on your own terms, from anywhere.

    Store, sync, and share your files securely with pCloud. Get up to 10 GB of free secure cloud storage and access your files from any device, anywhere.
    Learn More
  • 5
    Le Chocolat is a "Warhack" game engine for development Warhacks in Python lenguage (using Pygame for the graphics and sound) to play in offline or online
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MIR is a dream of young student in computer graphics and programing, who one day thought of a game wich will be very very innovative and so customizable by the user than he\'d be able to really build and shape the world where he lives.. MIR: Make It Real
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The Massive G Engine is a simple yet feature-rich extensible 3D simulation engine for Robotics Research and gaming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Multiverse

    Multiverse

    Open Source Virtual World and MMOG Development Platform

    3D Client (Windows), Server, and Tools to easily create massively multiplayer games and virtual worlds. If you want to contribute to the source code please go to https://github.com/multiversemmo/MultiversePlatform
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Noni Sprite Font Generator

    Sprite Font Creator

    This software makes sprite fonts
    Downloads: 0 This Week
    Last Update:
    See Project
  • SalesTarget.ai | AI-Powered Lead Generation, Email Outreach, and CRM Icon
    SalesTarget.ai | AI-Powered Lead Generation, Email Outreach, and CRM

    SalesTarget.ai streamlines your sales process, providing everything you need to find high- quality leads, automate outreach, and close deals faster

    SalesTarget is ideal for B2B sales teams, startup founders, and marketing professionals looking to streamline lead generation and outreach. It also benefits growing SaaS companies and agencies aiming to scale their outbound efforts efficiently.
    Learn More
  • 10
    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
  • 11
    Octane is an open source game-maker written with Python and PyGame.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Espace de création OpenGL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    // FR // P.A.C.E. maker est un moteur de jeu en Point'n'Click avec pour objectif de faciliter l'écriture de jeux. // EN // P.A.C.E. maker is a new point'n'click engine allowing an easier game writing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Pad (Python ADventure) is a python library for creating text adventures..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    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
  • 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

    PyGame Template

    Python game template

    Python game template powered by PyGame and PyOpenGL (but it is encapsulated). This code provides the basis to begin developing a game prototype quickly
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    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
  • 19
    RPGenesis aims to create a gaming engine specifically designed for the creation of classical, two dimensional role playing games as well the toolset needed to create games based on this engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This project is an customised, highly evolved open source L2J server emulation software. Main source bases mostly on L2JOfficial project files. Project is written in Java, Python, XML, HTML, SQL and so on. //// and is not available to all anymore. ho
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Simple Python Engine for Adventure Games
    Very simple Python engine for text based adventures(interactive fiction).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    NOTE: THE PROJECT HAS BEEN MOVED TO http://code.google.com/p/tagengine/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A GUI for creating and editing TAGxML files for TAGEngine games, written in python. See https://sourceforge.net/projects/tagengine/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Vegastrike evolved

    evolution for vegastrike SpaceSim/Combat/Trade game

    Vegastrike is an old open source game , cool but unfinished . And while there is still a community , the project is in orbit in a kinda space cimetery . The game can run under Windows,Linux ,Mac . BUT : It is complicated to work with the original SVN repositery , while the admins aren't reactive . So i decided to create that hub , with a trunk based upon the 0.5.1rc1 of Vegastrike . Let's Vegastrike be evolved , with new goals : _Dynamic Market system , better AI , mission and campain editor , etc ... _MMO : Create somewhere a dedicated host to help debug the actual working network code . Artists ( Sound , Image , Video , Mesh modelling , Animation ) and Devs are welcome ! Our ShipYard : https://sourceforge.net/p/vegastrikevo/wiki/Shipyard/ Checkout for alpha version : https://sourceforge.net/p/vegastrikevo/svn/HEAD/tree/branch/VS_evolved_v1.0/
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB