[116] Syncopation
- Conlan Walker
- Feb 2, 2024
- 1 min read
The thing I meant to be a side project ended up producing the most, so that will be the main focus, rather than the actual main thing.
I dusted off the old 6502 emulator I made about a year ago, and I actually made a snake game in 6502 assembly!
I've never made a game or really anything with a lot of control flow stuff, so it was a bit challenging, though I was able to refactor it down to <600 bytes, which is cool.
And here's the boring code for that snake game:
As for the (ostensibly) main thing, I did make some sort of prototype for a OpenGL debugging system thingy:
Comments