A small Snake game for the Nintendo Wii, written in C for the devkitPro/libogc homebrew toolchain.
- Navigate the snake using the Wii Remote directional pad.
- Collect fruit to increase the score.
- Press the A button to end the game.
- devkitPro with
devkitPPC - libogc and Wii development libraries
Set the DEVKITPPC environment variable before building.
makeThe Makefile produces Wii homebrew .elf and .dol artifacts. These generated files are intentionally excluded from version control.
This project is distributed under the GNU General Public License v3.0.