Post #821953
2026-03-14 04:22 UTC
I made an extremely basic Snake game for NES! Hand-coded almost from scratch (I used a template for the basics) in 6205 assembly. Run it in your favourite emulator like Mesen or Delta. (Or Nesbit, my from-scratch NES emulator for Apple platforms 😉)
Edit: v0.2.0 now randomizes the location of the apple after you’ve eaten the first one.
https://worktree.ca/sadlerjw/nes-snake/releases/tag/v0.2.0
https://www.nesbit.app
Replies (1)
-
@json@micro.sadlerjw.com 2026-03-17 21:58
Thanks to a pseudo-random number generator (https://github.com/bbbradsmith/prng_6502), my little Snake game now puts the apple in a random location after the first one is eaten! https://worktree.ca/sadlerjw/nes-snake/releases/tag/v0.2.0