Skip to content
This repository was archived by the owner on Sep 14, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ A selection of major game studios, publishers, etc. using GitHub:
* [Duckmarines](https://github.com/SimonLarsen/duckmarines) - A ChuChu Rocket remake for PC.
* [Epic Inventor](https://github.com/BlkStormy/epic-inventor) - Indie, side-scrolling, action, RPG.
* [Falling Time](https://github.com/cxong/FallingTime) - Arcade game inspired by Fall Down.
* [Furious Chicks](https://github.com/Red1C3/furious-chicks) - 3D Angry Birds clone, with from-scratch physics engine and pseudorandom level generation.
* [Go Pong](https://github.com/Red1C3/go-pong) - Pong clone, made from scratch with local and online multiplayer.
* [Kroniax](https://github.com/AlexAUT/Kroniax) - Sidescrolling skill-based game.
* [Missile Command](https://github.com/chadpaulson/missile-command) - Missile Command clone in Lua with LÖVE.
* [Mystic Mine](https://github.com/koonsolo/MysticMine) - Single and multiplayer action game with mining carts.
Expand All @@ -288,7 +290,7 @@ A selection of major game studios, publishers, etc. using GitHub:
* [Witch Blast](https://github.com/Cirrus-Minor/witchblast) - Roguelite dungeon crawl shooter similar to The Binding of Isaac.

## FPS

* [AntWare](https://github.com/YamanQD/AntWare) - A made-from-scratch computer-components-themed 3D shooter.
* [AssaultCube](https://github.com/assaultcube/AC) - Total conversion of Wouter van Oortmerssen's FPS called Cube.
* [Freedoom](https://github.com/freedoom/freedoom) - Free software FPS based on the classic Doom engine.
* [GlPortal](https://github.com/GlPortal/glPortal) - A modern 3D game and engine with portals written in C++.
Expand Down Expand Up @@ -347,6 +349,7 @@ A selection of major game studios, publishers, etc. using GitHub:

* [2048-cli](https://github.com/Tiehuis/2048-cli) - CLI version of the game 2048 for your Linux terminal.
* [2048-in-terminal](https://github.com/alewmoose/2048-in-terminal) - CLI version of the game 2048 made right.
* [512](https://github.com/Red1C3/512) - 2048 clone made with Unity.
* [Castles of Dr. Creep](https://github.com/segrax/DrCreep) - The Castles of Dr. Creep
* [Dominion](https://github.com/paulbatum/Dominion) - C# implementation of Dominion, a board/card game.
* [EbbeFlut](https://github.com/karussell/ebbeflut) - Really nice board game implemented in a bad way a VERY long time ago.
Expand Down