1,800 bytes added
, 14:16, 17 July 2016
{{Infobox homebrew
| title = Pong
| image = [[File:Pong_HBL_icon.png]]
| author = [https://github.com/Relys Relys] and Hykem
| portedby = [https://github.com/dimok789 Dimok]
| type = demo
| version = 1.0
| download = http://www.wiiubru.com/appstore/zips/pong.zip
| source = https://github.com/wiiudev/libwiiu/tree/master/osscreenexamples/pong/
| hbb = yes
}}
This recreation of one of the world's first computer games was the result of [https://github.com/Relys Relys] and Hykem tinkering with the Wii U's [[Coreinit.rpl | OSScreen framebuffer functions]]. It was ported to the [[Homebrew Launcher]] by [https://github.com/dimok789 Dimok] as an example of how HBL software is different to payload-based software.
==Screenshots==
TODO: Add non-photographed screenshots
==Installation==
Just like any other homebrew program, all you need to do is prepare your console for the [[Homebrew Launcher]]. Once that's completed, download the release archive from above and copy its contents to the <code>/wiiu/apps/pong</code> folder on your SD Card.
Or just install the [[Homebrew App Store]] and let it do the work for you. ;)
==How to play==
{| class="wikitable"
|-
! {{WiiUGamePad}} || Action
|-
| {{WiiUGamePadDPad}} || Move the left paddle (player 1)
|-
| {{WiiUGamePadAButton}}, {{WiiUGamePadBButton}}, {{WiiUGamePadXButton}} and {{WiiUGamePadYButton}} || Move the right paddle (player 2)
|-
| {{WiiUGamePadHomeButton}} || Close the game and return to the Homebrew Launcher
|}
A ball will be shown bouncing around the screen. Your job is to send it in the direction of the opposing player's paddle by making it bounce off of your paddle. If the opponent player's paddle misses the ball and goes to the edge of the screen, you win a point. Achieve 10 points to win the game, but keep playing anyway. ;)