Skip to content

Repository files navigation

N64 starting project

Requirements

To build this project, you need

  • git
  • The libdragon toolchain
  • SCons

Initialize

This project is composed of git submodules. To clone the project, use the following command:

git clone --recursive git@github.com:oschijns/n64brew-gamejam-2025.git

If you did a regular git clone, you can recover the submodules using the following commands:

git submodule init
git submodule update

Once you have pulled the source, you can build the whole project with SConstruct. The build script will compile the libraries into .a files, the main sources and convert the binaries into a ROM. Simply run:

scons

Libraries

The list of libraries usable in this project

About

N64brew Game Jam 2025 edition

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages