From f2baff892aa03950a0871db810cf9c4d2bae8e52 Mon Sep 17 00:00:00 2001 From: Ton Sharp Date: Sat, 18 Apr 2026 00:28:08 +0300 Subject: [PATCH 1/2] feat: add Chasm to RPG games --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7d43452..5fd9eca 100644 --- a/README.md +++ b/README.md @@ -324,6 +324,7 @@ A selection of major game studios, publishers, etc.: * [Angband](https://github.com/angband/angband) - Single-player dungeon exploration game in the universe of JRR Tolkien. * [Arx Fatalis](https://github.com/arx/ArxLibertatis) - Cross-platform port of Arx Fatalis, a first-person role-playing game. * [Cataclysm: Dark Days Ahead](https://github.com/CleverRaven/Cataclysm-DDA) - Roguelike set in a post-apocalyptic world. +* [Chasm](https://github.com/atisharma/chasm) - Generative text adventure client with persistent world state, characters, and quests. * [Cendric](https://github.com/tizian/Cendric2) - Platformer-RPG in a fantasy setting with puzzle elements. * [Crystal Picnic](https://github.com/LibreGamesArchive/crystal-picnic) - Lighthearted and colourful tribute to the classic era of action RPGs. Created by [Libre Games](https://libregames.gitlab.io/) * [Dungeon Crawl Stone Soup](https://github.com/crawl/crawl) - Single-player roguelike dungeon exploration game with a larger focus on combat compared to other popular roguelikes. From 34050a6f802f1b2a70f36c0ef1e2e60b4c5a3640 Mon Sep 17 00:00:00 2001 From: Ton Sharp <45160296+66Ton99@users.noreply.github.com> Date: Mon, 20 Apr 2026 11:24:38 +0300 Subject: [PATCH 2/2] refine Chasm entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fd9eca..1c82848 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,7 @@ A selection of major game studios, publishers, etc.: * [Angband](https://github.com/angband/angband) - Single-player dungeon exploration game in the universe of JRR Tolkien. * [Arx Fatalis](https://github.com/arx/ArxLibertatis) - Cross-platform port of Arx Fatalis, a first-person role-playing game. * [Cataclysm: Dark Days Ahead](https://github.com/CleverRaven/Cataclysm-DDA) - Roguelike set in a post-apocalyptic world. -* [Chasm](https://github.com/atisharma/chasm) - Generative text adventure client with persistent world state, characters, and quests. +* [Chasm](https://github.com/atisharma/chasm) - Open-source generative text adventure client with persistent world state, characters, and quests. * [Cendric](https://github.com/tizian/Cendric2) - Platformer-RPG in a fantasy setting with puzzle elements. * [Crystal Picnic](https://github.com/LibreGamesArchive/crystal-picnic) - Lighthearted and colourful tribute to the classic era of action RPGs. Created by [Libre Games](https://libregames.gitlab.io/) * [Dungeon Crawl Stone Soup](https://github.com/crawl/crawl) - Single-player roguelike dungeon exploration game with a larger focus on combat compared to other popular roguelikes.