From cf1bf85e01c8d99f052c09b72d2fb2bbbc0b99b0 Mon Sep 17 00:00:00 2001 From: FloppyDiskDrive Date: Thu, 21 Sep 2017 17:16:49 -0500 Subject: Added the SOS code (VB and C#) Very, very incomplete (C# isn't *remotely* complete.) --- ShiftOS/Labyrinth.resx | 140 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 ShiftOS/Labyrinth.resx (limited to 'ShiftOS/Labyrinth.resx') diff --git a/ShiftOS/Labyrinth.resx b/ShiftOS/Labyrinth.resx new file mode 100644 index 0000000..fe79bed --- /dev/null +++ b/ShiftOS/Labyrinth.resx @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 106, 17 + + + 200, 17 + + + 396, 17 + + + Welcome to the Labyrinth. An escape the maze style game for ShiftOS. + +This game is exactly as it sounds, the aim is to navigate the maze to the exit on the right hand side of the screen, after successfully navigating the maze, you will be presented with a new randomly selected maze. However, you have a time limit of 100 second, navigate as many mazes within this time as you can to get the maximum amount of code points. + + + 284, 17 + + + 509, 17 + + \ No newline at end of file -- cgit v1.2.3