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
 
Mu mind (talk | contribs)
Remove from "Homebrew in Development" category (it's available on HBB)
 
(9 intermediate revisions by 4 users not shown)
Line 3: Line 3:
| image      = [[Image:Piing-Logo.png|200px]]
| image      = [[Image:Piing-Logo.png|200px]]
| type        = arcade game
| type        = arcade game
| author      = [[User:BHSPitMonkey]]
| author      = [[User:BHSPitMonkey|BHSPitMonkey]]
| graphics by = [[User:BHSPitMonkey]]
| graphicsby = [[User:BHSPitMonkey|BHSPitMonkey]]
| contributor =  
| contributor =  
| portedby    =  
| portedby    =  
| version    =  
| version    = 0.2
| licence    = New BSD License
| licence    = New BSD License
| download    =  
| download    = http://stepheneisenhauer.com/wii/piing-0.2.zip
| website    =  
| website    =  
| discussion  =  
| discussion  =  
| source      = http://github.com/BHSPitMonkey/bhspitmonkey-code/tree/master/wii/piing
| source      = http://github.com/BHSPitMonkey/bhspitmonkey-code/tree/master/wii/piing
| peripherals = {{Wiimote2}}
| peripherals = {{Wiimote1}} or {{Wiimote1}}{{Wiimote2}}
| hbb        = no <!-- Only if downloadable via the Homebrew Browser -->
| hbb        = yes
}}
}}
'''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.
'''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.


Line 26: Line 25:
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.
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.
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 [[Talk:Piing|Discussion]] for this page.


== 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 36:
| {{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
|-
|-
|}
|}
== Screenshot ==
[[Image:Piing-0.2.png]]




[[Category:Homebrew using libwiisprite]]
[[Category:Homebrew using libwiisprite]]
[[Category:Open source homebrew]]
[[Category:Open source homebrew]]
[[Category:Homebrew in Development]]

Latest revision as of 22:47, 29 August 2010

Piing
General
Author(s)BHSPitMonkey
Graphics byBHSPitMonkey
TypeArcade game
Version0.2
LicenceNew BSD License
Links
Download
Source
Downloadable via the Homebrew Browser
Peripherals
or

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.

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

Screenshot