• Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for 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
    Amethyst Game Engine

    Amethyst Game Engine

    Data-oriented and data-driven game engine written in Rust

    Data-driven game engine written in Rust. Amethyst uses a rigorous Entity Component System (ECS) architecture to organize game logic. This abstracts away some of the parallelism work, allowing easier exploitation of multi-threading in games. The ECS is rich in features and very efficient, as it never does any memory locking while remaining entirely thread-safe. Amethyst uses gfx-rs to render graphics with Vulkan or Metal. It is meant to be used for 2D and 3D, with various utilities for both types of games. It should be beginner friendly but also allow more advanced uses such as custom render passes and GLSL shaders. Thanks to the Rust programming language, Amethyst uses all CPU cores to run its internals and logic. A lot of optimizations have yet to be done, but the current status is already showing great potential. Amethyst is open source and free software. You can use, read, modify, distribute its source code under the permissive MIT and Apache 2.0 licenses.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Apollo Station

    Apollo Station

    The best code this side of the galaxy

    ApolloStation is a community-driven SS13-derived codebase aiming to evolve the genre. Though specifics are sparse in the repo itself, it builds on SS13 principles with an emphasis on modularity and maintainability.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Bevy

    Bevy

    A refreshingly simple data-driven game engine built in Rust

    A refreshingly simple data-driven game engine built in Rust. All engine and game logic uses Bevy ECS, a custom Entity Component System. Massively Parallel and Cache-Friendly. The fastest ECS according to some benchmarks. Components are Rust structs, Systems are Rust functions. Queries, Global Resources, Local Resources, Change Detection, Lock-Free Parallel Scheduler. Bevy is still in the very early stages of development. APIs can and will change (now is the time to make suggestions!). Important features are missing. Documentation is sparse. Please don't build any serious projects in Bevy unless you are prepared to be broken by API changes constantly. Bevy relies heavily on improvements in the Rust language and compiler. As a result, the Minimum Supported Rust Version (MSRV) is "the latest stable release" of Rust. Built directly on top of Bevy's ECS, Renderer, and Scene plugins.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    BoilR

    BoilR

    Synchronize games from other platforms into your Steam library

    BoilR automatically adds (almost) all your games to your Steam library (including image art). It uses the Steam 3rd party shortcuts feature and does not require you to set up anything. The goal is that you do not have to leave your Steam library to launch games from other launchers/stores, so that you can find all the games that you have available. Optionally, you can set up BoilR to automatically download artwork from SteamGridDB.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser.
    Download Chrome
  • 5
    Charlatano

    Charlatano

    Proves JVM cheats are viable on native games

    From the creators of Abendigo comes a brand new approach to cheating-- Charlatano can be completely stream-proof, hiding the fact that you're cheating while streaming, and completely bypasses SMAC server-sided anticheat as well as FaceIT's modified SMAC. Turning off visuals or using a screenshot blocker (like hypervisor-powered protection against screenshots in Kaspersky) can potentially allow you to play on leagues like ESEA for weeks or months. Charlatano uses strong humanizing settings that bring the public the next step in free and open-source cheating software! Aim assistance mode for professional and high-level players. Bone trigger, reduced flash. Stream-proof OpenGL overlay with box and skeleton ESP. /Glow ESP (not stream-proof) Humanized bunny hop using scroll input. "Flat" aim bot with traditional linear-regression paths (not safe for use on leagues! use "PathAim" instead)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Clicker

    Clicker

    Advanced Minecraft auto-clicker made in C++

    Minecraft auto-clicker made in modern C++, performance-optimized and easy to use. Tested on Forge, Vanilla, Lunar and Badlion. 1.8.9 and 1.7.10. For advanced users, search for a binary that downloads a file and keeps that file pretty hidden on the filesystem.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    CloudRetro

    CloudRetro

    Web-based Cloud Gaming service for Retro Game

    CloudRetro provides an open-source cloud gaming platform for retro games. It started as an experiment for testing cloud gaming performance with WebRTC and Libretro, and now it aims to deliver the most modern and convenient gaming experience through technology. Theoretically, in cloud gaming, games are run on remote servers and media are streamed to the player optimally to ensure the most comfortable user interaction. It opens the ability to play any retro games on a web-browser directly, which are fully compatible with multi-platform like Desktop, Android, IOS. In ideal network condition and less resource contention on servers, the game will run smoothly as in the video demo. Because I only hosted the platform on limited servers in US East, US West, Eu, Singapore, you may experience some latency issues + connection problem. You can try hosting the service following the instruction the next section to have a better sense of performance.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Counter-Strike: Football

    Counter-Strike: Football

    Multiplayer FPS game - Counter-Strike: Football

    Competitive multiplayer FPS game where two football fan teams fight with the goal of winning more rounds than the opponent team. Teams are Attackers and Defenders. The Defenders team has a goal of protecting their fan base sanctuary every round from desecrating by attackers using their graffiti bomb ball.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    DarkForestGo

    DarkForestGo

    DarkForest, the Facebook Go engine

    darkforestGo is an early deep-reinforcement-learning Go engine that combined a convolutional policy/value network with Monte Carlo Tree Search (MCTS) to play the full 19×19 game at a strong amateur level. The system couples fast GPU policy inference with CPU or GPU-assisted tree search so priors from the network guide exploration while search refines local tactics. Training pipelines mix supervised learning from human professional games and self-play fine-tuning, allowing the model to learn opening patterns and endgame tactics beyond simple pattern libraries. The codebase includes tools for parsing classic Go formats, generating training examples, and evaluating models on standard test suites and online servers. A KGS/online client and match runner make it practical to stage controlled tournaments or continuous rating evaluation. Although later projects (like ELF OpenGo) surpassed it in strength, darkforestGo remains a historically important, clean reference for neural-MCTS Go systems.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    DiscordSRV

    DiscordSRV

    Discord bridging plugin for block game

    A plugin that links Minecraft servers to Discord channels, providing chat synchronization and notifications between both platforms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    EasyRPG Player

    EasyRPG Player

    RPG Maker 2000/2003 and EasyRPG games interpreter

    EasyRPG Player is a game interpreter to play RPG Maker 2000, 2003, and EasyRPG games. It uses the LCF parser library (liblcf) to read RPG Maker game data. EasyRPG Player is a program that allows to play games created with RPG Maker 2000 and 2003. It aims to be a free (as in freedom) cross-platform RPG Maker 2000/2003 interpreter. The main goal is to play all games created with them as the original game interpreter (RPG_RT) does. This project is being developed. FreeType2 for external font support (+ HarfBuzz for Unicode text shaping) mpg123 for better MP3 audio support. WildMIDI for better MIDI audio support. Libvorbis / Tremor for Ogg Vorbis audio support. opusfile for Opus audio support. libsndfile for better WAVE audio support. libxmp for better tracker music support. SpeexDSP for proper audio resampling.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Enemy Territory: Legacy

    Enemy Territory: Legacy

    Based on the raedwulf-et project

    etlegacy-deprecated is the archived version of ET: Legacy, a community-driven project that maintains and modernizes Wolfenstein: Enemy Territory, the classic team-based WWII multiplayer shooter. This legacy repository contains older iterations of the codebase, which aimed to preserve the original gameplay while improving security, portability, and performance on modern systems. Though deprecated in favor of the active repository, it offers insight into early modernization efforts and is still useful for educational purposes or referencing historical development choices.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Feneric Minima

    Feneric Minima

    Minima is an homage to the 8-bit Ultima games

    Minima is an adventure RPG developed in the PICO-8 environment, serving as an homage to the early Ultima games, particularly Ultima II through V. It features a world view, enterable towns, and 3D dungeon displays, capturing the essence of classic 8-bit RPGs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    FreeOrion

    FreeOrion

    Source code repository of the FreeOrion project

    FreeOrion is a turn-based space empire-building game inspired by the classic Master of Orion series, with an emphasis on modularity, modding, and strategic depth. Built using C++ and Python, it features a flexible game engine and a custom UI tailored to 4X (eXplore, eXpand, eXploit, eXterminate) gameplay. Players manage planets, design ships, conduct research, engage in diplomacy, and wage war across a procedurally generated galaxy. FreeOrion offers a unique tech tree, customizable empires, and supports multiplayer for competitive or cooperative play. It's community-driven, open-source, and under active development.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Glowstone

    Glowstone

    Customizable and compatible open source server for Minecraft

    A fast, customizable and compatible open-source server for Minecraft: Java Edition. Glowstone is a lightweight, from scratch, open-source Minecraft server written in Java that supports plugins written for the Bukkit API and its major forks, Spigot and Paper. The main goals of the project are to provide a lightweight implementation of the Bukkit API and Minecraft server where exact vanilla functionality is not needed or higher performance is desired than the official software can deliver. Glowstone makes use of a thread-per-world model and performs synchronization only when necessitated by the Bukkit API.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Graph NotebookAmazon GameLift Unity

    Graph NotebookAmazon GameLift Unity

    Access GameLift resources and integrate GameLift into your Unity game

    The Amazon GameLift Plugin for Unity contains libraries and native UI that makes it easier to access GameLift resources and integrate GameLift into your Unity game. You can use the GameLift Unity Plugin to access GameLift APIs and deploy AWS CloudFormation templates for common gaming scenarios. Auth Only, this scenario creates a game backend service that performs only player authentication and no game server capability. It creates a Cognito user pool to store player authentication information, as well as an API gateway REST endpoint backed up AWS Lambda handlers to start a game and view game connection information. The Lambda handler always returns a 501 Error (Unimplemented). Single-Region Fleet, this scenario creates a game backend service with a single GameLift fleet. After player authenticates and starts a game (with a POST request to /start_game), a AWS Lambda handler searches for an existing viable game session with an open player slot on the fleet.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Imagine Engine

    Imagine Engine

    A project to create a blazingly fast Swift game engine

    Welcome to Imagine Engine, an ongoing project that aims to create a fast, high-performance Swift 2D game engine for Apple's platforms that is also a joy to use. You are hereby invited to participate in this new community to build a tool with an ambitious but clear goal - to enable you to easily build any game that you can imagine. Imagine Engine uses Core Animation as its rendering backend - just like Apple's UI frameworks like UIKit and AppKit do. By leveraging the power of Core Animation's hardware-accelerated 2D rendering capabilities, Imagine Engine is able to push lots of pixels onto the screen at the same time. That means more objects, more effects and less restrictions when designing your games. Besides its goal of being blazingly fast at rendering & updating your games, Imagine Engine aims to provide an easy to use API that anyone can learn - regardless of game development experience.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    IsoCity

    IsoCity

    A isometric city builder in JavaScript

    Isocity is an interactive web-based project that allows users to create their own isometric cities using modular blocks. It's designed as a fun and creative way to build pixel art cities.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    KorGE

    KorGE

    KorGE Game Engine. Multiplatform Kotlin Game Engine & Korlibs

    KorGE is fully written in Kotlin and designed from the ground up to embrace modern and easy coding styles. KorGE gradle plugin allows to target each platform natively: JVM for Android, JS for the Web and native code for iOS and Desktop. Install the KorGE IntelliJ Plugin or clone the “Hello World!” project and start making your own game in less than a minute. Since KorGE targets the JVM, you can develop your game, try it, debug it and test it using IntelliJ IDEA. KorGE is just the last layer of a larger stack (Korlibs) for multimedia development. KorGE has a very small footprint. It has no external dependencies and only uses the libraries available on each platform. KorGE offers a powerful editor embedded in IntelliJ IDE. Easily add sourcecode and resources via GitHub.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    LIKO-12

    LIKO-12

    LIKO-12 is an open source fantasy computer made using LÖVE

    LIKO-12 is a fantasy computer that you can use to make, play, and share tiny retro-looking games and programs. It comes with a default, fully customizable, DOS-like operating system installed, called DiskOS. DiskOS provides an environment with basic command-line programs and visual game editors. The created games and programs are saved as disk files that can be easily shared to friends or anyone else.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Leaf

    Leaf

    A game server framework in Go (golang)

    Leaf, written in Go, is a open-source game server framework aiming to boost efficiency both in development and runtime. Simple APIs. Leaf tends to provide simple and plain interfaces which are always best for use. Self-healing. Leaf always tries to salvage the process from runtime errors instead of leaving it to crash. Multi-core support. Leaf utilize its modules and leaf/go to make use of CPU resouces at maximum while avoiding varieties of side effects may be caused. Each module runs inside a separate goroutine. Modules communicate with one another via a light weight RPC channel(leaf/chanrpc). Leaf suggests not to take in too many modules in your game server implementation. Gate module, for management of connection. Login module, for user authentication. Game module, for the main business.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    LiquidFun

    LiquidFun

    2D physics engine for games

    LiquidFun is a 2D rigid-body and fluid simulation C++ library for games based upon Box2D. It provides support for procedural animation of physical bodies to make objects move and interact in realistic ways. You can write LiquidFun code in C++, Java, or JavaScript. LiquidFun is an extension of Box2D. It adds a particle based fluid and soft body simulation to the rigid body functionality of Box2D. LiquidFun can be built for many different systems, including Android, iOS, Windows, OS X, Linux, and JavaScript. For applications on Google Play that integrate this tool, usage is tracked. This tracking is done automatically using the embedded version string (b2_liquidFunVersionString), and helps us continue to optimize it. Since this is open source, you are free to remove the version string but we would appreciate if you would leave it in.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    MangosZero

    MangosZero

    Mangos ZERO is a server for World of Warcraft

    Mangos is an open source project written in C++. It's fast, runs on multiple platforms and stores game data in MySQL or MariaDB. It also has optional support for SOAP. The server supports a wide range of operating systems and various compiler platforms. In order to do that, we use various free cross-platform libraries and use CMake (v3.12+) to provide a cross-platform build system that adapts to your chosen operating system and compiler.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Miracode

    Miracode

    A sharp, readable, vector-y version of Monocraft

    A web-based code editor with support for multiple programming languages, designed for collaborative projects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Mudlet

    Mudlet

    Cross-platform, open source, and super fast MUD client with scripting

    Play immersive, multiplayer, pure-text games on Mudlet. Performance defined Mudlet from its birth. The custom text display and the Lua-powered scripting system will handle the biggest raids without issues. Mudlet’s entire user interface is designed to be modded – from the space within the window to the look and feel of the client itself. Make yourself a beautiful portal to your text world. Mudlet is completely free to download, modify, and extend. Build on top of a powerful foundation and join us in making MUDing awesome. Mudlet includes customization for various MUD games and can play many more MUDs than those listed. We’re always ready to add more games to the list. Mudlet offers excellent help for players in the 400-600 people online Discord channel. Similarly, its scripting design is carefully thought out to be simple, and intuitive, yet powerful to use. This combination makes Mudlet a lot easier to get started with.
    Downloads: 1 This Week
    Last Update:
    See Project