From 013c79fe9759578253d3117ac65dabc6cc6c3561 Mon Sep 17 00:00:00 2001 From: Ton Sharp Date: Sat, 18 Apr 2026 00:26:44 +0300 Subject: [PATCH 1/2] feat: add NoEscapeGame to RPG games --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7d43452..0563c28 100644 --- a/README.md +++ b/README.md @@ -333,6 +333,7 @@ A selection of major game studios, publishers, etc.: * [Freeablo](https://github.com/wheybags/freeablo) - Open-source implementation of the Diablo I engine. * [Monster RPG 2](https://github.com/LibreGamesArchive/monster-rpg-2) - Turn-based J-RPG in a fantasy universe. [Libre Games](https://libregames.gitlab.io/) * [NetHack](https://github.com/NetHack/NetHack) - Single-player roguelike dungeon exploration game and one of the most popular games in its genre. +* [NoEscapeGame](https://github.com/NezcafeGold/NoEscapeGame) - Roguelike game concept built with Unity for PC and mobile devices. * [OpenEnroth](https://github.com/OpenEnroth/OpenEnroth) - Open reimplementation of Might and Magic 6 7 8 game engine. Written on C++. [Play it now!](https://github.com/OpenEnroth/OpenEnroth/releases) * [OpenMW](https://github.com/OpenMW/openmw) - Reimplementation of the Morrowind game engine. * [The Legend of Zelda: Mystery of Solarus DX](https://github.com/christopho/zsdx) - sequel to The Legend of Zelda: A Link to the Past released on the SNES, written in lua and created with the [Solarus](https://github.com/christopho/solarus) engine From e1aa2478f92f80117621f0c5e10aab7bf6c5c8dd Mon Sep 17 00:00:00 2001 From: Ton Sharp <45160296+66Ton99@users.noreply.github.com> Date: Mon, 20 Apr 2026 11:22:28 +0300 Subject: [PATCH 2/2] refine NoEscapeGame description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0563c28..ae5dcc8 100644 --- a/README.md +++ b/README.md @@ -333,7 +333,7 @@ A selection of major game studios, publishers, etc.: * [Freeablo](https://github.com/wheybags/freeablo) - Open-source implementation of the Diablo I engine. * [Monster RPG 2](https://github.com/LibreGamesArchive/monster-rpg-2) - Turn-based J-RPG in a fantasy universe. [Libre Games](https://libregames.gitlab.io/) * [NetHack](https://github.com/NetHack/NetHack) - Single-player roguelike dungeon exploration game and one of the most popular games in its genre. -* [NoEscapeGame](https://github.com/NezcafeGold/NoEscapeGame) - Roguelike game concept built with Unity for PC and mobile devices. +* [NoEscapeGame](https://github.com/NezcafeGold/NoEscapeGame) - Roguelike game concept built for PC and mobile devices. Written in Unity. * [OpenEnroth](https://github.com/OpenEnroth/OpenEnroth) - Open reimplementation of Might and Magic 6 7 8 game engine. Written on C++. [Play it now!](https://github.com/OpenEnroth/OpenEnroth/releases) * [OpenMW](https://github.com/OpenMW/openmw) - Reimplementation of the Morrowind game engine. * [The Legend of Zelda: Mystery of Solarus DX](https://github.com/christopho/zsdx) - sequel to The Legend of Zelda: A Link to the Past released on the SNES, written in lua and created with the [Solarus](https://github.com/christopho/solarus) engine