Skip to content

d12/Assembly-8086-NASM-Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Assembly-8086-NASM-Snake

Snake in 8086 NASM assembly

Fully functional bootloader than runs snake game. Snake is controllable with WASD and grows when it eats apples.

Made because I wanted to learn assembly.

Controls: WASD

Compilation

First, the assembly file needs to be compiled to binary.

chmod +x compile.sh
./compile.sh

After that's done, you can boot from the resulting .img file using VirtualBox. Alternatively, you can copy the binary to a physical drive using dd to boot a physical device using the bootloader.

About

Snake in 8086 NASM assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published