Showing 221 open source projects for "educational games"

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
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    Blockly Games

    Blockly Games

    Games for tomorrow's programmers

    Blockly Games is a collection of educational games that teach core programming concepts using Google’s Blockly visual blocks. Each game introduces ideas like sequencing, loops, conditionals, functions, and variables through playful puzzles that gradually increase in difficulty. Under the hood, the block programs compile to JavaScript, giving learners a bridge from drag-and-drop logic to real code.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 2
    Basic Computer Games

    Basic Computer Games

    An updated version of the classic "Basic Computer Games" book

    Basic Computer Games is a modern revitalization of the classic “Basic Computer Games” book’s collection of games, ported and expanded into various modern, memory-safe and scripting languages. It includes illustrative code examples of many classic games (e.g. Blackjack, Bowling) in multiple languages, with the goal of making the historical games accessible and educational in safe modern environments.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    Microsoft MakeCode

    Microsoft MakeCode

    Programming eXperience Toolkit

    Microsoft MakeCode, short for Programming eXperience Toolkit, is an open-source framework developed by Microsoft for creating beginner-friendly programming environments and educational coding tools. The toolkit serves as the foundation for Microsoft MakeCode, a platform used to teach programming through interactive editors that support both block-based and text-based coding. PXT enables developers to build custom programming environments that can run in web browsers or local development...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    MCreator

    MCreator

    Make Minecraft Java Edition mods, Minecraft Bedrock Edition Add-Ons

    MCreator is an open-source integrated development environment designed to simplify the process of creating Minecraft mods, add-ons, resource packs, and data packs. The software provides a visual programming environment where users can design mod features using graphical tools instead of writing code manually. Through wizards, block-based programming interfaces, and an integrated editor, MCreator generates the underlying Java or JSON code required for the mod automatically. This approach...
    Downloads: 51 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    PSX

    PSX

    Various things for PSX (PlayStation 1, PSone)

    ...The project demonstrates how limitations of early 3D hardware, such as affine texture mapping, low precision depth calculations, and lack of perspective correction, contributed to the recognizable visual style of PS1-era games. It is often used as an educational or creative tool for developers interested in retro rendering techniques or stylized graphics design. The implementation typically recreates rendering artifacts such as texture warping, vertex snapping, and jitter, which are intentionally preserved to match the original hardware behavior. It serves as a reference for understanding how early consoles handled 3D rendering with constrained resources.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Prodigy Hack

    Prodigy Hack

    One of the best Prodigy hacks

    ...It allows users to modify in-game variables such as player stats, currency, progression, and other gameplay elements through injected scripts or browser console commands. The project demonstrates how web-based educational games can be influenced through client-side execution, exposing limitations in input validation and state management. It is typically implemented as a collection of scripts that can be executed in real time while the game is running, enabling immediate changes without modifying server infrastructure. The tool is often used for experimentation, reverse engineering, or demonstrating vulnerabilities in browser-based applications. ...
    Downloads: 60 This Week
    Last Update:
    See Project
  • 7
    CodeWorld

    CodeWorld

    Educational computer programming environment using Haskell

    CodeWorld is an educational programming environment that uses a Haskell-inspired language to teach computational thinking through graphics and interactive animation. The web-based IDE provides immediate visual feedback: students write code that draws shapes, composes pictures, and responds to events to build simple games and simulations. Its API emphasizes mathematics and geometry rather than low-level UI details, making it approachable for classrooms and self-learners. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Hypackel Engine

    Hypackel Engine

    JavaScript-based game engine designed to empower developers

    Hypackel Engine is a JavaScript-based 2D game engine designed to provide beginner-friendly tools for creating simple games such as platformers, RPGs, and top-down shooters. It focuses on accessibility by offering a lightweight and easy-to-integrate script that developers can import directly into web-based projects. The engine includes built-in systems for handling physics, collisions, rendering, and animation, allowing developers to focus more on gameplay logic rather than low-level implementation details. ...
    Downloads: 22 This Week
    Last Update:
    See Project
  • 9
    P2P Remote Desktop

    P2P Remote Desktop

    P2P Remote Desktop - Portable, No Configuration or Installation Needed

    p2p is a simple and educational peer-to-peer communication framework that demonstrates how devices can discover, connect, and exchange data directly without a central server. Built in C#, this project provides an easy-to-understand foundation for P2P networking, including peer discovery, messaging, and connection management. It’s particularly useful for learners and developers exploring decentralized communication or building the groundwork for P2P applications like chat systems or multiplayer games.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    webmc

    webmc

    PoC Minecraft client written in Javascript

    WebMC is an experimental proof-of-concept Minecraft client written in JavaScript that runs directly inside a web browser. Instead of requiring a traditional desktop installation of the game, WebMC allows users to connect to Minecraft servers from a browser environment. The client communicates with a WebSocket proxy that bridges the browser connection with the standard Minecraft server protocol. By leveraging browser technologies and modern JavaScript libraries, the project demonstrates how a...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    Jazz2

    Jazz2

    Jazz² Resurrection: Open-source reimplementation of Jazz Jackrabbit 2

    jazz2 is a reverse engineering and decompilation project of Jazz Jackrabbit 2, the iconic 2D platformer developed by Epic MegaGames in the late 1990s. This ambitious project aims to recreate the original game from its binary form into readable and compilable C++ code. By doing so, it opens the door for native builds, modding, bug fixing, and potential enhancements beyond the limitations of the original closed-source game. The project is valuable for preservation, educational insight into...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 12
    Matter.js

    Matter.js

    A 2D rigid body physics engine for the web

    ...It offers a comprehensive set of physics features like gravity, collisions, restitution (bounces), friction, sleeping bodies, and constraint systems that enable developers to build interacting objects with realistic motion. This engine can power everything from dynamic interactive animations and educational simulations to fully fledged physics-based games, and it works across major browsers and devices. Through modules such as Matter.Body, Matter.Composite, and Matter.Constraint, developers can create complex scenes with multiple bodies, jointed structures, and collision responses. Matter.js is popular in the web development community due to its simplicity, extensibility, and rich documentation, allowing both beginners and experienced programmers to leverage physics without deep expertise.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Tower Building Game

    Tower Building Game

    HTML5 Canvas Tower Building Game

    Tower Building Game is a small game project — likely implementing a classic “tower defense” or “tower-based” game — designed to showcase game-development fundamentals such as rendering, game logic, user interaction, and possibly simple physics or animations. As an open-source repository, tower_game aims not only to deliver a playable game, but also to serve as a learning resource or template: developers can inspect its code, understand how game loops, input handling, asset management, and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Botcraft

    Botcraft

    Botcraft is a cross-platform C++ library to create bots

    Botcraft is an advanced Minecraft bot framework that provides a full client implementation in Node.js, enabling bots to join Minecraft servers, interact with the world, and perform tasks like mining, fighting, and building. It leverages the mineflayer ecosystem to provide a highly programmable interface for automation and AI experimentation in Minecraft. Botcraft is particularly useful for AI researchers, game modders, and automation enthusiasts who want to explore pathfinding, environment...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Amazing-Python-Scripts

    Amazing-Python-Scripts

    Curated collection of Amazing Python scripts

    Amazing-Python-Scripts is a collaborative repository that collects a wide variety of Python scripts designed to demonstrate practical programming techniques and automation tasks. The project includes scripts ranging from beginner-level utilities to more advanced applications involving machine learning, data processing, and system automation. Its goal is to provide developers with useful coding examples that can solve everyday problems, automate repetitive tasks, or serve as learning...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    FMHY

    FMHY

    The largest collection of free stuff on the internet

    FMHY is a large, community-driven open-source repository that functions as a curated directory of free online resources, tools, and platforms across a wide range of categories including media, software, education, and development. Rather than being a traditional software application, it acts as a structured knowledge base that organizes thousands of links into easily navigable sections such as movies, music, books, games, and developer tools. The project emphasizes accessibility and...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    GLSMAC

    GLSMAC

    Open-source OpenGL/SDL2 reimplementation of Sid Meier's Alpha Centauri

    glsmac is a compact C99 library designed to simplify OpenGL development on macOS by creating a minimal, no-dependency window and OpenGL context setup. It uses only macOS's native APIs (Cocoa and Core OpenGL) without relying on third-party frameworks like GLFW or SDL. This makes it ideal for developers who want tight control over their OpenGL projects, need a lightweight setup for demos or testing, or are writing small graphical utilities without overhead. The code is short, self-contained,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PHP-GLFW

    PHP-GLFW

    A fully-featured OpenGL and GLFW extension for PHP

    php-glfw brings the GLFW library to the PHP language, enabling native GUI and OpenGL windowing capabilities directly from PHP scripts. This experimental extension allows developers to create real-time graphical applications, games, and simulations in PHP—traditionally a backend web language—by binding low-level graphics and windowing APIs. It opens creative possibilities for developers more comfortable in PHP or looking to prototype desktop applications with web-style syntax. It’s ideal for educational purposes, quick prototyping, or just for fun.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    CGL

    CGL

    CGL (C Game Library) is a multipurpose library

    ...Designed for simplicity and portability, cgl allows rendering of primitives such as lines, circles, triangles, and text to an in-memory framebuffer, which can then be displayed with any platform-dependent backend. It’s ideal for building custom engines, retro-style games, GUIs, or educational demos where GPU acceleration is not required. Its small footprint and lack of external dependencies make it easy to embed in any C project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Stake Crash Predictor

    Stake Crash Predictor

    Stake Crash Predictor is a toolkit for stake mines predictor & Plinko.

    The Stake Crash Predictor is a focused toolkit that combines statistical analysis, optional server fairness seed hash decrypt helpers, and AI-assisted summaries to help you study rounds on Stake.us. This project centers on the stake mines predictor and stake predictor workflows Demo-focused stake crash predictor app — seed-inspection helpers (SHA-512 / SHA-256), AI-assisted summaries, and demo bot templates for stake mines predictor too, Start in demo mode to test safely. Disclaimer:...
    Leader badge
    Downloads: 165 This Week
    Last Update:
    See Project
  • 21
    eduActiv8

    eduActiv8

    A collection of interactive educational exercises

    eduActiv8 is a free Open Source multi-platform educational application that aims to assist in learning various early education topics - from learning the alphabet and new words, colours, time to a wide range of maths-related subjects. eduActiv8 is a continuation of the development of the pySioGame project just under a new name. It is being developed on GitHub at: https://github.com/imiolek-ireneusz/eduActiv8 but 'compiled' releases are published here. The latest version has been...
    Leader badge
    Downloads: 247 This Week
    Last Update:
    See Project
  • 22
    Fen2Pdf

    Fen2Pdf

    Tool for chess teachers to create PDF files with chess diagrams in it

    Tool for chess teachers to create PDF files with chess diagrams in it. 1) Create a pgn file with chess diagrams (FEN notation) in it (e.g by using lichess) 2) Open the Fen2Pdf and select the folder containing the pgn(s) 3) Click start. Fen2Pdf detects the pgn files in it and creates a pdf file You can now print this file and hand the exercises over to your students Extra features: * Mirror the positions. This is handy if you want the same problems presented for the other color...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    99 Nights in The Forest Script - No Key

    99 Nights in The Forest Script - No Key

    99 Nights Script No Key: Auto Combat, Auto Craft, Kill Aura, & more.

    Download the most powerful 99 Nights in the Forest script for free, with no key required. Designed for the Delta and Xeno executor, this utility features Item & NPC ESP, an Aimbot, and Auto Farm for effortless resource gathering. With instant travel to key locations and a fly mode, this all-in-one script with its streamlined Xeno UI optimizes your survival and looting experience. This is a Keyless 99 nights in the forest script and open source. ⚠️ Disclaimer For educational and testing...
    Downloads: 196 This Week
    Last Update:
    See Project
  • 24
    Yuzu

    Yuzu

    Yuzu - Nintendo Switch Emulator

    Yuzu was a Nintendo Switch Emulator that could emulate almost any Switch game you load onto it. Yuzu was available for Windows, Linux and Android. This Switch Emulator not only emulated Switch games but also provided various enhancements. This included multiplayer gameplay, game saves, game transfers, visual upscaling and support for wireless controllers. Game modding was the core of Yuzu, you were able to mod the games you were playing by loading the necessary files onto the emulator. Yuzu came in different versions including Yuzu Early Access which was like a private "Beta" program. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Linux Screensavers for Microsoft Windows

    Linux Screensavers for Microsoft Windows

    Linux distributions which run as screensavers for Microsoft Windows

    Two Linux distributions which run as screensavers for Microsoft Windows. One contains educational software aimed roughly at UK Key Stage 2 (8-11 years old); the other contains many open source games. To use, 'extract all' the zip files, run the installer 'exe's, and then select either the 'fr2' or 'gk2' screensaver. The git repository also contains a script which will build the material to run under Windows Subsystem for Linux version 2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB