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"