In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Piing: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
Added game information
 
Corrected controls
Line 31: Line 31:
== Controls ==
== Controls ==


Up to 2 players can play.  Player 2 is controlled by A.I. by default, but you can use the {{Wiimote2Button}} button on the second remote to switch to a human player.
Up to 2 players can play.  Player 2 is controlled by A.I. by default, but you can use the {{WiimotePlusButton}} button on the second remote to switch to a human player.


{| class="wikitable" style="left;text-align:center;"
{| class="wikitable" style="left;text-align:center;"
Line 39: Line 39:
| {{WiimoteDPad}} || {{WiimoteDPad}} || Move Player
| {{WiimoteDPad}} || {{WiimoteDPad}} || Move Player
|-
|-
|  || {{Wiimote2Button}} || Disable/Enable A.I.
|  || {{WiimotePlusButton}} || Disable/Enable A.I.
|-
|-
| {{WiimoteHomeButton}} ||  || Exit to Loader
| {{WiimoteHomeButton}} ||  || Exit to Loader

Revision as of 20:53, 26 September 2009

Piing
General
Author(s)User:BHSPitMonkey
TypeArcade game
LicenceNew BSD License
Links
Source
Peripherals

Piing is a very simple Pong clone, using some simple physics to make the paddle controls a bit more interesting. The first player to score 15 points wins.

Development

Piing is written in C++ and uses libwiisprite for graphics. The source code was designed to be clear and easily understood by its readers. Due to the object-oriented structure of the code, it should be very straightforward to port this game to other graphics libraries or platforms.

The code is available on GitHub under the New BSD License, which means you are pretty free to do what you want with the code. Please give me a shout if you do something cool with it! I will be happy to merge positive changes and give you attribution for them.

If you have any thoughts on how to improve the code, or if you have any fun additions of your own to share, please use the Discussion for this page.

Controls

Up to 2 players can play. Player 2 is controlled by A.I. by default, but you can use the Wiimote + Button button on the second remote to switch to a human player.

Action
Wiimote D-Pad Wiimote D-Pad Move Player
Wiimote + Button Disable/Enable A.I.
Wiimote HOME Button Exit to Loader