Welcome to the Snake Game Clone project! This is a classical game, and in this project, I have created a clone of the iconic Snake Game.
This project was developed as the final assessment for the Computer Organization and Assembly Language course at FAST-NU, Lahore, during my third semester of the Data Science degree.
To enjoy the Snake Game Clone, follow these simple steps:
- Download nasm and doxbox
- Place the asm file in the same folder
- Run Dosbox and write
- Write
- After compilation, write file Name and hit enter
mount c: (path to that folder)c:nasm filename.asm -o filename.comStart playing the Snake Game! Use the arrow keys to control the snake and try to eat as much food as possible without colliding with the walls or yourself.
Feel free to explore the code, make improvements, and have fun!

