wendelscardua / stallar

NES game for Ludum Dare 50

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stallar

NES game for the Ludum Dare 50 game jam (theme "Delay the Inevitable").

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

Public domain content

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

About

NES game for Ludum Dare 50

License:MIT License


Languages

Language:Assembly 55.7%Language:C 28.9%Language:NWScript 6.1%Language:Ruby 5.5%Language:Makefile 2.5%Language:HTML 1.3%Language:PHP 0.1%