This is an NES port of the Lazy Dev's Rogulike Pico-8 tutorials
Once you have the dependencies installed, you can build and run it:
$ make && make runI really like Pico-8, and one of the best tutorial series for it is the Roguelike (or "Porklike") tutorials by Lazy Devs Academy.
I also really like NES development, most of which I learned from the Pikuma NES development course - in fact, most of the boilerplate code is from there!
So I thought - why not try to port the Porklike to NES? Of course, this should be taken as a professional "port" or anything silly like that, it's merely an exercise and a fun way to learn NES development.
The fceux_symbols.py script which translates CA65 debug symbols for FCEUX was taken from Brad Smith's example project.