Implementation of the classic Snake Game in the 8086 Assembly
This is an implementation of the classic Snake Game in the 8086 Assembly. This game includes, a menu, poison fruits, normal fruits, health counter, speed increment, time limit etc.
To get a local copy up and running follow these simple steps.
- Download this project and move to C:\ (C root directory)
- After installation of DOSBOX, go to the installation directory and run DOSBox 0.74 Options.bat.
- At the end of the file add these two lines and save:
mount c: c:\NAME_OF_DOWNLOADED_FOLDER c:
-
Now run DOSBOX, and enter the following command:
nasm Snake.asm -o Snake.com
OR
-
Run DOSBOX, and simply enter:
Snake.com
Distributed under the MIT License. See LICENSE
for more information.