From 750e17e1f02f6f7a64765480110f0fc82dab670b Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Wed, 20 May 2026 08:35:25 +0200 Subject: [PATCH 1/2] Add Daemon to the game engines list The Daemon game engine is a multiplatform 3D game engine tailored for arena first-person shooters, delivering 25 years of development above id Tech 3. It is historically based on ioquake3, Wolf:ET and XreaL adding new features, bringing modernization and maintenance. --- collections/game-engines/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/collections/game-engines/index.md b/collections/game-engines/index.md index 921a0e064028..4852718f5d16 100644 --- a/collections/game-engines/index.md +++ b/collections/game-engines/index.md @@ -61,6 +61,7 @@ items: - stride3d/stride - B4uti4github/choppy-js - Facepunch/sbox-public + - DaemonEngine/Daemon display_name: Game Engines created_by: leereilly --- From bfdcd9311463369636c249bbcff109cafa147aff Mon Sep 17 00:00:00 2001 From: "dev@illwieckz.net" Date: Wed, 20 May 2026 09:12:15 +0200 Subject: [PATCH 2/2] Add Darkplaces to the game engines list The DarkPlaces game engine is the free open source game engine powering games like the free open source game Xonotic and commercial game WRATH: Aeon of Ruin. --- collections/game-engines/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/collections/game-engines/index.md b/collections/game-engines/index.md index 4852718f5d16..9f2bf74a471d 100644 --- a/collections/game-engines/index.md +++ b/collections/game-engines/index.md @@ -62,6 +62,7 @@ items: - B4uti4github/choppy-js - Facepunch/sbox-public - DaemonEngine/Daemon + - DarkPlacesEngine/DarkPlaces display_name: Game Engines created_by: leereilly ---