From be3cb44ae2dcd20068166158c7c5e68cbcde9c24 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Sat, 30 May 2026 10:51:56 +0200 Subject: [PATCH] Reordena els jocs al toml: CC, CCAE, JDD, AEE, Orni, Projecte 2026 Co-Authored-By: Claude Opus 4.8 (1M context) --- games.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/games.toml b/games.toml index 3785419..5dd7104 100644 --- a/games.toml +++ b/games.toml @@ -35,15 +35,6 @@ run_cmd = "make run" players = "1-2 jugadors" author = "JailDesigner" -[[game]] -id = "aee" -name = "Aventures en Egipte" -clone_url = "https://gitea.sustancia.synology.me/jaildesigner-jailgames/aee.git" -build_cmd = "" -run_cmd = "make run" -players = "1 jugador" -author = "JailDesigner" - [[game]] id = "jaildoctors_dilemma" name = "JailDoctor's Dilemma" @@ -54,9 +45,9 @@ players = "1 jugador" author = "JailDesigner" [[game]] -id = "projecte_2026" -name = "Projecte 2026" -clone_url = "https://gitea.sustancia.synology.me/jaildesigner-jailgames/projecte_2026.git" +id = "aee" +name = "Aventures en Egipte" +clone_url = "https://gitea.sustancia.synology.me/jaildesigner-jailgames/aee.git" build_cmd = "" run_cmd = "make run" players = "1 jugador" @@ -70,3 +61,12 @@ build_cmd = "" run_cmd = "make run" players = "1-2 jugadors" author = "JailDesigner" + +[[game]] +id = "projecte_2026" +name = "Projecte 2026" +clone_url = "https://gitea.sustancia.synology.me/jaildesigner-jailgames/projecte_2026.git" +build_cmd = "" +run_cmd = "make run" +players = "1 jugador" +author = "JailDesigner"