The game snake, written in 16-bit x86 assembly (MASM-syntax) for DOS.
- Get DOSBox, navigate to the folder with
snake.asm - Use TASM (Turbo Assembler) in DOSBox to assemble the program:
> TASM.EXE SNAKE.ASM
> TLINK.EXE SNAKE.OBJ
- Finally, run the game with:
> SNAKE.EXE
Movement — arrow keys
Quit — q
Restart — r