From 9d96b06834e31029e6c78ba26b77e95ed504000e Mon Sep 17 00:00:00 2001 From: Mohammad Issawi <2000issawi@gmail.com> Date: Sat, 15 Jul 2023 00:19:56 +0300 Subject: [PATCH] Add Red1C3 and YamanQD games --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c76d02c..a667fb69 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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++. @@ -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.