PONG: Difference between revisions
Jump to navigation
Jump to search
Undo revision 56230 by Brunette redhead (Talk) |
Undo revision 56229 by Brunette redhead (Talk) |
||
Line 14: | Line 14: | ||
==Introduction== | ==Introduction== | ||
This is a simple PONG game for Wii. Includes source with comments on every part of it. | |||
You are free to use the source for anything you need/want. | |||
Line 30: | Line 24: | ||
! {{Wiimote1}} !! Action | ! {{Wiimote1}} !! Action | ||
|- | |- | ||
| {{WiimoteAButton}} or {{WiimoteBButton}} || | | {{WiimoteDPad}} || Move | ||
|- | |||
| {{WiimoteAButton}} or {{WiimoteBButton}} || Action | |||
|- | |- | ||
| {{WiimotePlusButton}} || Pause | |||
|} | |} | ||
Line 42: | Line 39: | ||
* Network. I'm looking into adding this for the next version. Testing has already begun. | * 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== | ==Changelog== |
Revision as of 21:40, 1 June 2009
PONG | |
![]() | |
General | |
---|---|
Author(s) | PaRaDoX |
Type | Game |
Version | 1.1 |
Links | |
[[Download V1.1|Download]] | |
Source | |
Peripherals | |
![]() ![]() |
Introduction
This is a simple PONG game for Wii. Includes source with comments on every part of it.
You are free to use the source for anything you need/want.
Controls
![]() |
Action |
---|---|
![]() |
Move |
![]() ![]() |
Action |
![]() |
Pause |
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.
What's already made for the next release?
Wiimote IR for controling the game. DONE!
Gamecube pad, Classic controller, Nunchuk support. DONE!
Internet matches. Almost there...
Use libwiisprite, which means better menus and other cool stuff. Not even started
Rumble. DONE!