An attempt at making an N64 game for the N64brew Spooky Game Jam 2022.
- modern-n64sdk
- nusys
- Buu342's Sausage64 plugin for Blender
- Download and install VSCode.
- Download and install Docker
- Open VSCode and look for "Extensions" tab. Open it.
- Search for "Remote Containers". Install it.
crtl+shift+p
orcmd+shift+p
to open up a VSCode command prompt. Type inRemote-Containers: Clone Repository in Container Volume
. Allow it to reach out to Github.- Type in
mrglitchbyte/TinyNightmare64
for repo. - Choose the branch you want to pull. NOTE: It takes a while to clone. Get a cup of coffee or take a 5 minute break.
After installing setting up your enviornment with the devcontainer, you are ready to compile!! Just run:
make
from the root folder, hope you like our game!!!