From 84f689b91a73e512b035df40bbcf556b008a3b81 Mon Sep 17 00:00:00 2001 From: MichaelTheShifter Date: Sat, 25 Jun 2016 08:10:03 -0400 Subject: Sort source code into folders. It feels better to know what's responsible for what... Plus I removed some un-needed C# stuff. --- source/WindowsFormsApplication1/Apps/Pong.resx | 143 +++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 source/WindowsFormsApplication1/Apps/Pong.resx (limited to 'source/WindowsFormsApplication1/Apps/Pong.resx') diff --git a/source/WindowsFormsApplication1/Apps/Pong.resx b/source/WindowsFormsApplication1/Apps/Pong.resx new file mode 100644 index 0000000..cedb787 --- /dev/null +++ b/source/WindowsFormsApplication1/Apps/Pong.resx @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Pong is a classic arcade game from the late 20th century, ported over to ShiftOS. + +In Pong, two players move a paddle up and down to keep the ball from hitting their edge of the screen. If the ball hits a player's side of the screen, the other player gains a point. + +In ShiftOS, the second player is controlled by the computer. You can earn Codepoints by making him miss the ball. If you miss the ball, it's game over, and you don't gain any Codepoints. + +Each level is 60 seconds long, and the game gets progressively harder. At the end of each level, you can either decide to cash out your Codepoints and start over at Level 1, or you can proceed up a level and gain even more CP. + +Be careful, because missing the ball will reset you back to Level 1 and you will not be able to cash out your Codepoints! + + + 17, 17 + + + 130, 17 + + + 223, 17 + + + 355, 17 + + \ No newline at end of file -- cgit v1.2.3