PONG: Difference between revisions
Jump to navigation
Jump to search
m remove mention of warez site |
m Updated InfoBox |
||
Line 3: | Line 3: | ||
| image = [[Image:Wii_Pong_Logo.jpg]] | | image = [[Image:Wii_Pong_Logo.jpg]] | ||
| desc = PONG game for Wii | | desc = PONG game for Wii | ||
| type = | | type = Game | ||
| author = PaRaDoX | | author = PaRaDoX | ||
| | | version = 1.1 | ||
| download = [http://rapidshare.com/files/122061119/Wii_PONG.V1.1_PaRaDoX_.rar.html Download V1.1] | | download = [http://rapidshare.com/files/122061119/Wii_PONG.V1.1_PaRaDoX_.rar.html Download V1.1] | ||
| source = Included | | source = Included | ||
| peripherals = | | peripherals = up to {{Wiimote2}} | ||
| hbc = 1 <!-- Only if "Full" HBC Support (boot.elf/boot.dol,meta.xml, and icon.png) --> | |||
| hbb = 1 <!-- Only if downloadable via the Homebrew Browser --> | |||
}} | }} | ||
Revision as of 09:27, 10 July 2008
PONG | |
![]() | |
General | |
---|---|
Author(s) | PaRaDoX |
Type | Game |
Version | 1.1 |
Links | |
[[Download V1.1|Download]] | |
Source | |
Peripherals | |
up to ![]() |
Introduction
This is a simple PONG game for Wii. Includes source with comments on every part of it.
You are free to use it(the source) for anything you need/want.
Controls
- UP and DOWN on the Wiimote to move in menus and in-game.
- A or B to do action.
- PLUS to open pause screen.
TODO list
- Give it a little more randomness when bouncing off walls.
- Make better menus.
- Customizable game(Images, background music, etc...)
- Network. I'm looking into adding this for the next version. Testing has already begun.
Credits
Devkitpro developers. This includes everyone who has worked for it.
khuong for some good tips on the coding part. Thanks dude.
GRRLIB creator. Its a great library, very easy to use.
Zosh for adding proper collision/bouncing for me.
Hellmonkeys for the PNG and XML files.
Me, PaRaDoX, for coding this thing :P
Changelog
V1.1 - Actual - 13/06/2008: Corrected the collision/bounce that used a completely incorrect algorithm (Thanks zosh for taking your time). Added sound, CPU and many other things.
V1.0 - 10/06/2008: Initial release.