jaltekruse / TinyNightmare64

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TinyNightmare64

About

An attempt at making an N64 game for the N64brew Spooky Game Jam 2022.

Tools used

Setting up your environment for N64 development

  1. Download and install VSCode.
  2. Download and install Docker
  3. Open VSCode and look for "Extensions" tab. Open it.
  4. Search for "Remote Containers". Install it.
  5. crtl+shift+p or cmd+shift+p to open up a VSCode command prompt. Type in Remote-Containers: Clone Repository in Container Volume. Allow it to reach out to Github.
  6. Type in mrglitchbyte/TinyNightmare64 for repo.
  7. 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.

Building the game

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

About


Languages

Language:C 96.0%Language:Makefile 2.1%Language:Batchfile 0.8%Language:Dockerfile 0.5%Language:Assembly 0.5%Language:C++ 0.1%