Pong quest
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
The game is reaction puzzle.
You control two platforms. Top platform pulls mr Pong up, down platform pulls mr Pong down when activated. You can activate platforms by pressing [spacebar], move top platform left [a] and right [d], bottom platform left [larr] and right [rarr].
The goal is to help mr Pong get to the exit door alive. Good luck!
The game is written in Python3.4 with the help of PyGame. .exe was built with cx_freeze, googling some tutorials and prayers.
Source code can be found at https://github.com/zeglor/pong_quest
WARNING! Reading these sources for more than five seconds may cause side effects including eye bleeding, heart attacks, panic, losing faith for humanity and cruelty. Please think twice before you visit github link.
P.S.:
The game is really raw and buggy, so in case you encounter some game-breaker (like mr Pong sticking to vertical walls), just press [R] to restart level. Should help most of the times
(Edit): added background (from http://drew5.net/resources/game-art/ ) and tile (from http://hasgraphics.com/indiegamedesigner-2d-tileset/ ) images
You control two platforms. Top platform pulls mr Pong up, down platform pulls mr Pong down when activated. You can activate platforms by pressing [spacebar], move top platform left [a] and right [d], bottom platform left [larr] and right [rarr].
The goal is to help mr Pong get to the exit door alive. Good luck!
The game is written in Python3.4 with the help of PyGame. .exe was built with cx_freeze, googling some tutorials and prayers.
Source code can be found at https://github.com/zeglor/pong_quest
WARNING! Reading these sources for more than five seconds may cause side effects including eye bleeding, heart attacks, panic, losing faith for humanity and cruelty. Please think twice before you visit github link.
P.S.:
The game is really raw and buggy, so in case you encounter some game-breaker (like mr Pong sticking to vertical walls), just press [R] to restart level. Should help most of the times
(Edit): added background (from http://drew5.net/resources/game-art/ ) and tile (from http://hasgraphics.com/indiegamedesigner-2d-tileset/ ) images