From 8cff58fb30d1f4899c56d36aa3d0d85235452321 Mon Sep 17 00:00:00 2001 From: Ton Sharp Date: Sat, 18 Apr 2026 00:27:41 +0300 Subject: [PATCH 1/2] feat: add RecoilEngine and Beyond All Reason --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7d43452..a7948a0 100644 --- a/README.md +++ b/README.md @@ -412,6 +412,7 @@ A selection of major game studios, publishers, etc.: ## Strategy * [0 A.D.](https://github.com/0ad/0ad) - 3D RTS similar to Age of Empires II +* [Beyond All Reason](https://github.com/beyond-all-reason/Beyond-All-Reason) - Open-source RTS built on top of the Recoil RTS engine. * [Caesaria](https://github.com/dalerank/caesaria-game) - Remake of the popular citybuilder and economic sim Caesar III. * [Colobot](https://github.com/colobot/colobot) - A real-time strategy game with programmable bots. * [CorsixTH](https://github.com/CorsixTH/CorsixTH) - Clone of Theme Hospital. @@ -611,6 +612,7 @@ A selection of major game studios, publishers, etc.: * [PlayCanvas](https://github.com/playcanvas/engine) - 3D WebGL game engine with online toolset. * [QICI Engine](https://github.com/qiciengine/qiciengine) - free JavaScript game engine library with a web-based comprehensive suite of toolset for making HTML5 games. * [Quasi-Engine](https://github.com/INdT/Quasi-Engine) - a QtQuick framework that intends to be a complete toolset to ease 2d game development. +* [RecoilEngine](https://github.com/beyond-all-reason/RecoilEngine) - Free cross-platform RTS engine that powers Beyond All Reason. * [Ren'py](https://github.com/renpy/renpy) - A Visual Novel Engine, written in python, for both mobile (iOS beta) and desktop platforms. * [SFML](https://github.com/LaurentGomila/SFML) - Simple and Fast Multimedia Library. * [Solarus](https://github.com/christopho/solarus) - An Action-RPG game engine written in C++. From 4ce63febba63f66c69ce13b5928a55972d453d33 Mon Sep 17 00:00:00 2001 From: Ton Sharp <45160296+66Ton99@users.noreply.github.com> Date: Mon, 20 Apr 2026 11:24:19 +0300 Subject: [PATCH 2/2] refine BAR and Recoil entries --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7948a0..3786c35 100644 --- a/README.md +++ b/README.md @@ -412,7 +412,7 @@ A selection of major game studios, publishers, etc.: ## Strategy * [0 A.D.](https://github.com/0ad/0ad) - 3D RTS similar to Age of Empires II -* [Beyond All Reason](https://github.com/beyond-all-reason/Beyond-All-Reason) - Open-source RTS built on top of the Recoil RTS engine. +* [Beyond All Reason](https://github.com/beyond-all-reason/Beyond-All-Reason) - Open-source RTS built on top of the Recoil RTS engine. [Play it now!](https://www.beyondallreason.info/download) * [Caesaria](https://github.com/dalerank/caesaria-game) - Remake of the popular citybuilder and economic sim Caesar III. * [Colobot](https://github.com/colobot/colobot) - A real-time strategy game with programmable bots. * [CorsixTH](https://github.com/CorsixTH/CorsixTH) - Clone of Theme Hospital. @@ -612,7 +612,7 @@ A selection of major game studios, publishers, etc.: * [PlayCanvas](https://github.com/playcanvas/engine) - 3D WebGL game engine with online toolset. * [QICI Engine](https://github.com/qiciengine/qiciengine) - free JavaScript game engine library with a web-based comprehensive suite of toolset for making HTML5 games. * [Quasi-Engine](https://github.com/INdT/Quasi-Engine) - a QtQuick framework that intends to be a complete toolset to ease 2d game development. -* [RecoilEngine](https://github.com/beyond-all-reason/RecoilEngine) - Free cross-platform RTS engine that powers Beyond All Reason. +* [Recoil Engine](https://github.com/beyond-all-reason/RecoilEngine) - Open-source cross-platform RTS engine that powers Beyond All Reason. * [Ren'py](https://github.com/renpy/renpy) - A Visual Novel Engine, written in python, for both mobile (iOS beta) and desktop platforms. * [SFML](https://github.com/LaurentGomila/SFML) - Simple and Fast Multimedia Library. * [Solarus](https://github.com/christopho/solarus) - An Action-RPG game engine written in C++.