Ludum Dare 44 - Your life is currency -------------------------------------
Game : The Life of Cirkat
Team size : 1
Platform : NES (original NES from 1983/1985, using emulators for the Jam)
Language : 6502 ASM & C
Personal challenge : First time trying to program a game on NES
You will need a NES emulator to run this game, any good NES emulator should work. If you need one, http://www.fceux.com was the main emulator I used to develop the game.
Libraries used : - neslib : NES hardware-dependent functions by Shiru (https://shiru.untergrund.net) - famitone2 : music and SFX player (used to playback SFX)
Tools used : - NES Screen Tool 2.4 (tile editor and screen editor) - FamiTracker (NES SFX editor) - Visual Studio Code - CC65 & make - FCEUX (NES emulator and debugger)
I like that it is so true to the feeling of playing a nes game. It really looks like one, like the original legend of zelda or something, but unfortunelly i had no sound. I don't know ,if it was intentionally, but i actually found the strange jump mechanic funny and it let the game feel even older. It hitted the theme, but it wasn't really engaging and didn't hold me for long. But over all, the style, mood and graphiics got me to love it
Yess, another NES game! I love seeing retro games in the compo/jam; I feel like the limitations tend to lead to a very focused and complete game.
The gameplay was simple and effective, and I liked the basic sound effects. (which don't show up in the web-based emulator; more on that in a sec...) The graphics looked pretty fantastic. For a first NES game ever, this is really impressive! You should be proud. I hope you had fun making this, and I hope I'll see more from you some day! I really liked this entry.
To note, JSNes doesn't do a great job with sound - I used it for a pretty long time. One of the folks on the NintendoAge discord made his own js emulator called Nez that does audio right, and I basically swear by it at this point. I made some tweaks to it that make it easier to set it up to host your own game. Here's my version -- no pressure on using it; just wanted to share the option!
https://jsnes.org can also be used as an in-browser NES emulator, but its performance is not always as good as native emulators.