You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assembly snake game for the end of last year
NOTE:
For the project to run you need a BMP 320x200 picture!!!!
look at the source code and change accordingly
Installation
Requirements
TASM assembler
DosBox
tasm /zi Snake.asm
tlink /v Snake.obj
run the executable
Snake.exe