This is a rewrite of Friday Night Funkin' made to run on the Nintendo Wii!
Focus is being put towards the underlying engine (FinEngine)
To compile the project using Docker, you can use the provided Dockerfile.wii to build a Docker image with all the necessary dependencies.
docker build -f docker/Dockerfile.wii --target exporter -o . .
Make sure you have devkitPro installed.
You will need to install the following libraries
To install Tinyxml2, you can use the following command:
sudo dkp-pacman -S ppc-tinyxml2
Then, you can run the following commands to compile the project:
make all
This will generate a .dol file in the build/ folder of funkin.