wendelscardua / fire-of-rebellion

Jogo de NES para a Jogabilijam 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fire of Rebellion

An action RPG for NES, made for Jogabilijam 4

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

Credits

Jam team

  • Code: Wendel Scardua
  • Art: Raul Felix
  • GDD: Charleu Tenório

Public domain content

  • Music: Ted Karr
  • SFX: Shiru, Baŝto

About

Jogo de NES para a Jogabilijam 4

License:MIT License


Languages

Language:Assembly 50.1%Language:C 25.1%Language:NWScript 16.7%Language:Ruby 5.1%Language:Makefile 1.8%Language:HTML 1.1%Language:PHP 0.1%Language:C++ 0.0%