Dynamic Pong is a simple flash game which draws on similar logic as the game “Ink-Pen” in Window Vista. The game allows the user to change the rolling ball’s directions by ‘drawing’ dynamic barricades, meaning that the ball would bounce against the line drew by the player. Dynamic Pong essentially borrowed this idea to redesign the classic Pong game.
In the game, the user will first choose between a ‘free mode’ and a ‘game mode’, the ‘free mode’ is just a practicing playground for players to enjoy controlling a ball using self-drew lines. In the ‘game mode’, things get a little bit more interesting. The player must be able to keep the ball within the screen by blocking it with lines. However, only one continuous line can be drawn at a time and that it will self disappear within 3 seconds so that it is impossible to trap a ball by drawing a line around it. One new ball will be generated every 20 seconds to increase the difficulty of the game. The top and bottom borders would also move to left and right every 30 seconds.