Pong2
This is an old revision of this page, as edited by Wplaat (talk | contribs) at 21:30, 26 October 2008. It may differ significantly from the current revision. |
Pong2 | |
![]() | |
General | |
---|---|
Author(s) | wplaat |
Type | Games |
Version | 0.6 |
Links | |
[[Pong2.zip|Download]] | |
[[Pong2_src.zip|Source]] | |
Peripherals | |
![]() ![]() |
Pong2 is an open-source game based on the original game of Pong. Pong2 has improved features over the original. The paddle can be moved horizontally and vertically. 10 tracks of background music are available during game play. The first player to score 10 points in each level is the winner.
Special thanks to my family for there support during the development of this game.
Game Tips
- Use the ball speed control (button A and B) to break through the computer defenses.
Installation
If you are using the Homebrew Channel, just copy the PONG2 directory from the archive into the apps directory on the root of your SD card. If you are using another loader, you only need "boot.dol". Consult the documentation for your loader of choice for the appropriate location to place these files. Launch the game using your loader.
Controls
Screenshots
- Pong1.jpg
Welcome screen v0.3
- Pong3.jpg
Welcome screen v0.4
- Pong4.jpg
Results screen v0.6
Development Log
23/10/2008 Version 0.6
- Fixed two bugs in result screen
- Improved game images
- Replaced two music tracks
- Made source code available
22/10/2008 Version 0.5
- Added a game score overview screen
- Start ball position is random now
- Added (impossible) level five
21/10/2008 Version 0.4
- Added 4 game levels
- Improved game board layout
- Added game clock
- Added pause (+) button
20/10/2008 Version 0.3
- First release for public use
- Added a nice start screen
- Ball speed can now be controlled by A and B buttons
- 10 tracks of background music added and can be controlled by 1 and 2 buttons
16/10/2008 Version 0.2
- Improved paddle control
10/10/2008 Version 0.1
- Started programming