Show HN: I wrote a Christmas-themed Space Invaders clone in 8086 Assembly
1 points| 20wenty | 2 months ago |github.com
The code isn't perfect, and neither are my line-by-line comments, but it's a good exercise if anyone else is trying to learn a language.
The game compiles to a .com file and runs in DOSBox. I'm not trying to fit it into a boot sector (512 bytes) like the original tutorial (https://github.com/nanochess/Invaders/blob/master/invaders.a...), so my code assembles to more verbose (around 700 bytes).
No comments yet.