Skip to content

NicktasticDEV/Funkin-Wii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wii Port

Welcome!

This is a rewrite of Friday Night Funkin' made to run on the Nintendo Wii!

This project is on hold!

Focus is being put towards the underlying engine (FinEngine)

How to compile

The Docker way (Recommended)

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 . .

The Manual Way

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.

Releases

No releases published

Packages

 
 
 

Contributors