Has anybody here done game programming before? Especially for old consoles like NES or gameboy. It seems like a pretty /prog/ activity since it's all done in asm or C and encourages small effecient codebases
Wrote a few for Atari 800 and TI-99/4A way back when I was a kid. Note that this was before SICP was published.
Name:
Anonymous2015-08-22 5:17
I'm played around making a couple of very simple things that could have become games if I kept working on them, but didn't. No artistic talent
Name:
Anonymous2015-08-22 20:03
i started writing a sequencer for the NES once many years ago, i didnt finish it though, it was my first time working with assembly language so i learned a lot. i think 6502 is a great first assembly language to learn, x86 is really difficult and complicated
I wrote a small 3d demo for the nintendo DS about 4 years ago, it was featured on pdroms.de. It had AABB hit checks. There is a free API/toolkit called devkitPro which is pretty nice.