Skip to content

RiceTheDev/Wii-Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wii Pong

WiiPong is a clone of Pong for the Nintendo Wii.

You need 2 controllers to play!

Demonstration

Captured on a real Wii

Running

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

Building

Clone the repository

  git clone https://github.com/RiceTheDev/Wii-Pong/

Enter the directory

  cd Wii-Pong

Install the needed dependencies

  (dkp-)pacman --sync --needed --noconfirm libfat-ogc ppc-libpng ppc-freetype ppc-libjpeg-turbo zlib wii-dev

Build the game

  make

FAQ

"I get X error when I compile!"

If you are getting errors when compiling, you can contact me on discord, my user is: @raic.e, I will try to help.

How can I help in the project?

You can help by opening a pull request with updates in the game. Any help is accepted.

The project is already done?

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)

Credits

About

A clone of Pong for the Nintendo Wii.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors