wendelscardua / file-fixers

Computer-themed RPG for NES

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Fixers

A computer-themed RPG for NES, made for the Game Off 2021 game jam.

Build dependencies

  • cc65 for compiling
  • FamiTone 5.0 (set NSF2DATA and TEXT2DATA paths on Makefile)
  • FamiTracker (set FAMITRACKER path on Makefile).

Intermediate sfx and soundtrack files are commited, so FamiTone and FamiTracker are only needed if their original files are changed.

Building

To compile a release version:

$ make

...or to include the commit on the rom name:

$ make release

To compile a debug version:

$ make debug

To compile a debug version and open it on an emulator (with path defined by the EMULATOR variable on Makefile):

$ make run

About

Computer-themed RPG for NES

License:MIT License


Languages

Language:C 44.4%Language:Assembly 42.0%Language:NWScript 4.6%Language:Ruby 4.4%Language:Makefile 3.5%Language:HTML 1.0%Language:PHP 0.1%