16-bit assmebly program running on 16-bit real-mode DOS.
Run it on my 64-bit windows with DOSBox-0.74.
- "nsnake.asm" is the main file.
- "assist.asm" is a .asm file with Macro and Process define.
- "snake3.txt" is a text file storing a "Image" with ASCII characters.
This program can just show a START page and a rough game interface. Yes I haven't completed it .