~theycallhermax/osu-wii

Port of osu! to the Wii
chore: use gpl instead of mit
feat: the custom error handler
f7ca36c4 — M.D. Walters 1 year, 9 months ago
fix: never mind

refs

main
browse  log 
2023.06.13.1
browse  .tar.gz 

clone

read-only
https://git.sr.ht/~theycallhermax/osu-wii
read/write
git@git.sr.ht:~theycallhermax/osu-wii

You can also use your local clone with git send-email.

#osu!wii

osu!wii is a port of the free-to-play rhythm game, osu! to the Nintendo Wii, written in C++, using GRRLIB. This attempt to port osu! to the Wii has been inspired by a thread on the osu! forums and GBAtemp that a osu! port to the Wii is "impossible." This is a proof-of-concept that it is possible to port osu! to the Wii.

#Building

To build, you need to have devkitPro and GRRLIB installed. If you don't, see the devkitPro Getting Started page. If you have it installed, run the following command:

make

#Packing for disturbution

To pack the files into a zip file for disturbution, you must build first. See above for how to do it. Once you have built everything, run the following command:

make pack
Do not follow this link