Showing 50 open source projects for "python game engine"

View related business solutions
  • 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
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1
    Phosphor (for Fabric)

    Phosphor (for Fabric)

    A Fabric mod designed to improve the performance of Minecraft

    Phosphor is a free and open-source Minecraft mod (under GNU GPLv3) aiming to save your CPU cycles and improve performance by optimizing one of Minecraft's most inefficient areas-- the lighting engine. It works on both the client and server and can be installed on servers without requiring clients to also have the mod. The mod is designed to be as minimal as possible in the changes it makes, and as such, does not modify the light model or interfaces of vanilla Minecraft. Because of this,...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    Valence

    Valence

    A Rust framework for building Minecraft servers

    Rust framework for building Minecraft: Java Edition servers. Built on top of Bevy ECS, Valence is an effort to create a Minecraft-compatible server completely from scratch in Rust. You can think of Valence as a game engine for Minecraft servers. It doesn't do much by default, but by writing game logic yourself and leveraging Bevy's powerful plugin system, you can make almost anything. Opinionated features like dynamic scripting, dedicated executables, and vanilla game mechanics are all expected to be built as optional plugins. This level of modularity is desirable for those looking to build highly custom experiences in Minecraft such as minigame servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Blooket pin finder

    Blooket pin finder

    A fast and efficient blooket pin finder made with python

    A fast and efficient blooket pin finder made with python. A bit different than a kahoot finder, instead of making a get request to see if the website with the pin exists, I turn the raw json into a python library to read. Sayit.py is a small script I made to quickly type all of the pins in the pin.txt file. Made for something like sending them to a friend or writing them down in another file.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    BlooketHack

    BlooketHack

    One of the First Blooket hacks online

    First you must download python 3.7. On install you do need to check the "Add to path" option when you can do so. Second you must download the code here on GitHub. Third you need to extract the files from the .zip file you downloaded. Finally, just double click the main.py file. Original code by: kgsensei. Works on most game modes, Gold Quest (Tested - Working) Tower Defense (Tested - Working) Café (Tested - Working) Factory (Tested - Working) Racing (Tested - Working) Classic (Tested - Working) and Crypto (Tested - Working).
    Downloads: 1 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5

    AnyStatus

    Get your own sweet custom status for discord

    Get your own sweet custom discord status! Paste your account token and your desired prefix in `config.json`. The file can be opened using the normal Notepad. You can find your token here. You need to have Python installed to use AnyStatus. Next, open a new terminal in the current folder and execute the following command: pip install -r requirements.txt Then open main.py and your custom status is ready :) Send `<prefix><activity> = <text>` in any discord channel to change your status....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    PythonCraft

    Minecraft-like game written in Python

    Minecraft-like game written in Python. Uses Pyglet and Pygame.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    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
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10

    Envasion

    NextGen Cheat Device

    Envasion is a Cheat Device for windows that is geared towards emulators. More specifically it supports PC Games and PCSX2. It has it’s own HotKey system that works off of key sequences so you will be able to keep the same key activators across different platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Python with Minecraft (Windows)
    This is the setup folder for Learn to Program with Minecraft for Windows machines.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 12
    Python with Minecraft (Mac)

    Python with Minecraft (Mac)

    MinecraftToolsMac.zip

    This is the setup folder for Learn to Program with Minecraft for Macs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Diggo

    Diggo

    Diggo a 2D version of minecraft made with Pygame!

    New Diggo version is coming soon! Diggo (originally pytcraft) is a 2D version of minecraft to teach kids how to code with Python and have fun! Soon to have a Diggo API! Comes with Pylaunch API!
    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: 1 This Week
    Last Update:
    See Project
  • 15
    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
  • 16

    PowerBlock

    Fast Minecraft Classic Server

    PowerBlock is a server written from scratch for Minecraft classic. What sets it apart from other software its huge versatility. Thanks to the Rhino scripting engine, anyone can create scripts, or plugins, for PowerBlock in Notepad! No complicated IDE setup required! Written in Java, PowerBlock can be run on ANY Operating System, unlike other software which requires Mono, and other heavy, sluggish frameworks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MCManager

    MCManager

    MCManager - The ultimate Minecraft content manager.

    Install mods, texture packs, save files, and jar files to your minecraft folder, and automatically do anything else you'd otherwise need to navigate to .minecraft to do.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    An alternative/custom Minecraft server, written in Java, compatible with the original protocol. OpenCraft is built upon Apache MINA, SLF4J, Jython and XStream. The aim is to have features not in the official server distribution, like antigrief/scripting.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    A python system designed to offload the weight of a server in to multiple clients, in theory preventing the need for a server in the first place...(currently minecraft only)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Python Minecraft Serverlog Objects Lib (PYMSOL) # Creates python objects from minecraft server.log file. # Tries to collect log-in session data for players. # Has basic sanity checking and reporting # Aims to evolve with Minecraft Beta
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Opticraft is a custom server for Classic Minecraft multiplayer developed in python. It makes use of no extra dependencies, it is not based off Myne, and requires python 2.6. It aims to be light weight as well as easy to setup and use.
    Leader badge
    Downloads: 297 This Week
    Last Update:
    See Project
  • 23
    Output the number of blocks/stacks you need for a project in Minecraft. More specific as I learn more. =D
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    UT Space Battle is a game mod for the Unreal Engine 3 which comprises a space combat simulation which aims primarily to explore innovative game play through the use of unconventional aspects that distinguish it from existing shooters and strategy gam
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Unreal game modification about the popular "Fortress" series targetting Unreal 2K4 (Unreal Engine 2 and soon 3)
    Downloads: 0 This Week
    Last Update:
    See Project