Show HN: I wrote a Christmas-themed Space Invaders clone in 8086 Assembly(github.com)
github.com
Show HN: I wrote a Christmas-themed Space Invaders clone in 8086 Assembly
https://github.com/jbnunn/Invaders
0 コメント
—
https://github.com/jbnunn/Invaders
—
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).