WiiPong is a clone of Pong for the Nintendo Wii.
You need 2 controllers to play!
Captured on a real Wii
You can use the Homebrew Channel by Fail0verflow To run the game, You just need to create a folder called apps, create a directory for the game, and put the meta.xml and the logo.png with the boot.dol (rename the WiiPong to boot.dol).
Example:
[USB:/ or SD:/]
└── apps
└── pongwii
├── meta.xml (on the release page)
├── boot.dol (on the release page)
└── logo.png (on the release page)
A compiled build of the game can be found in the Releases page
Clone the repository
git clone https://github.com/RiceTheDev/Wii-Pong/Enter the directory
cd Wii-PongInstall the needed dependencies
(dkp-)pacman --sync --needed --noconfirm libfat-ogc ppc-libpng ppc-freetype ppc-libjpeg-turbo zlib wii-devBuild the game
makeIf you are getting errors when compiling, you can contact me on discord, my user is: @raic.e, I will try to help.
You can help by opening a pull request with updates in the game. Any help is accepted.
No, some features are missing, i'm doing this project in my free time, it's a very basic project, here are a list of things I'm planning to add:
- Update the sprites
- Add a solo mode (CPU)
