From 616bced9e008f004b846285af657e56941faad10 Mon Sep 17 00:00:00 2001 From: valentinapineda Date: Fri, 1 May 2026 22:21:44 -0700 Subject: [PATCH 1/4] snakestale last v explained --- instructions/en/puzzles/asnakestale.xml | 50 +++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 instructions/en/puzzles/asnakestale.xml diff --git a/instructions/en/puzzles/asnakestale.xml b/instructions/en/puzzles/asnakestale.xml new file mode 100644 index 0000000..79ae799 --- /dev/null +++ b/instructions/en/puzzles/asnakestale.xml @@ -0,0 +1,50 @@ + + + A Snake's Tale + snakestale + A Snake's Tale was originally released July 6, 2017 by Michael Farley. + A Snake's Tale is a puzzle game about snakes in cramped places. Boards vary in size and contain different obstacles for your snake to pass over. + The current version includes 3 kinds of Snakes: your Snake, a Land Snake (White) and a Water Snake (Red); as well as obstacles. + Click the arrows to drag the snakes a tile at a time to clear the path or get to the hole. + Get your Snake to the hole successfully and WIN! + [img src="a.svg" alt="a" width="304" height="95"]There is an arbitrary number of rods and an arbitrary number of disks of different radii that can slide onto the rods.[br]The puzzle starts with the disks stacked in ascending order of size on the leftmost rod, with the largest disk at the bottom and the smallest at the top.[br]The challenge is to move the entire stack to the rightmost rod, maintaining the same order of disks.[br]One disk may be moved from one rod to another at a time. A disk can only be moved if it is at the top of a stack, and it cannot be placed on top of a smaller disk. + + + + Level 1 + Get the snake to the hole. + + + Level 2 + Move around he obstacle to get to the hole. + + + Level 3 + Move the snakes around to get to the hole. (Careful, not all snakes move the same) + + + Level 4 + Move the snakes around and through the water to get to the hole. + + + Level 5 + Move the snakes around, go through obstacle and water to get to the hole. (Careful, there is dead ends) + + + + + + + + https://m12y.com/a-snakes-tale/ + A Snake's Tale developer (m12y) Site + + + https://store.steampowered.com/app/654810/A_Snakes_Tale/ + A Snake's Tale Purchase Link + + + Valentina Pineda (Backend, GamesmanUni GUI) + Maria Fe Gonzalez del Riego (Backend, GamesmanUni GUI) + + \ No newline at end of file From 2140f7512522cda921db7a7ccba0003b4ef28825 Mon Sep 17 00:00:00 2001 From: Alvaro Estrella Date: Sun, 24 May 2026 18:40:18 -0700 Subject: [PATCH 2/4] Renamed file to match game code --- instructions/en/puzzles/{asnakestale.xml => snakestale.xml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename instructions/en/puzzles/{asnakestale.xml => snakestale.xml} (100%) diff --git a/instructions/en/puzzles/asnakestale.xml b/instructions/en/puzzles/snakestale.xml similarity index 100% rename from instructions/en/puzzles/asnakestale.xml rename to instructions/en/puzzles/snakestale.xml From 29cfcc72dd5f08bc59cfec2b582d182d41ea6a92 Mon Sep 17 00:00:00 2001 From: Alvaro Estrella Date: Sun, 24 May 2026 18:43:15 -0700 Subject: [PATCH 3/4] fixed XML. --- instructions/en/puzzles/snakestale.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/instructions/en/puzzles/snakestale.xml b/instructions/en/puzzles/snakestale.xml index 79ae799..8ad5be7 100644 --- a/instructions/en/puzzles/snakestale.xml +++ b/instructions/en/puzzles/snakestale.xml @@ -2,14 +2,14 @@ A Snake's Tale snakestale - A Snake's Tale was originally released July 6, 2017 by Michael Farley. - A Snake's Tale is a puzzle game about snakes in cramped places. Boards vary in size and contain different obstacles for your snake to pass over. - The current version includes 3 kinds of Snakes: your Snake, a Land Snake (White) and a Water Snake (Red); as well as obstacles. - Click the arrows to drag the snakes a tile at a time to clear the path or get to the hole. - Get your Snake to the hole successfully and WIN! + A Snake's Tale was originally released July 6, 2017 by Michael Farley. + A Snake's Tale is a puzzle game about snakes in cramped places. Boards vary in size and contain different obstacles for your snake to pass over. + The current version includes 3 kinds of Snakes: your Snake, a Land Snake (White) and a Water Snake (Red); as well as obstacles. + Click the arrows to drag the snakes a tile at a time to clear the path or get to the hole. + Get your Snake to the hole successfully and WIN! [img src="a.svg" alt="a" width="304" height="95"]There is an arbitrary number of rods and an arbitrary number of disks of different radii that can slide onto the rods.[br]The puzzle starts with the disks stacked in ascending order of size on the leftmost rod, with the largest disk at the bottom and the smallest at the top.[br]The challenge is to move the entire stack to the rightmost rod, maintaining the same order of disks.[br]One disk may be moved from one rod to another at a time. A disk can only be moved if it is at the top of a stack, and it cannot be placed on top of a smaller disk. - + Level 1 Get the snake to the hole. @@ -30,11 +30,11 @@ Level 5 Move the snakes around, go through obstacle and water to get to the hole. (Careful, there is dead ends) - + - + https://m12y.com/a-snakes-tale/ A Snake's Tale developer (m12y) Site @@ -43,6 +43,7 @@ https://store.steampowered.com/app/654810/A_Snakes_Tale/ A Snake's Tale Purchase Link + Valentina Pineda (Backend, GamesmanUni GUI) Maria Fe Gonzalez del Riego (Backend, GamesmanUni GUI) From ad1da651e0abc55380015f3cecd40ad883013c83 Mon Sep 17 00:00:00 2001 From: Alvaro Estrella Date: Sun, 24 May 2026 18:43:47 -0700 Subject: [PATCH 4/4] Added EOF. --- instructions/en/puzzles/snakestale.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructions/en/puzzles/snakestale.xml b/instructions/en/puzzles/snakestale.xml index 8ad5be7..239ace7 100644 --- a/instructions/en/puzzles/snakestale.xml +++ b/instructions/en/puzzles/snakestale.xml @@ -48,4 +48,4 @@ Valentina Pineda (Backend, GamesmanUni GUI) Maria Fe Gonzalez del Riego (Backend, GamesmanUni GUI) - \ No newline at end of file +