A basic version of Snake written in x86 Assembly which fits into a 512 bytes bootloader
nasm snake.asm -fbin -o snake.bin
This game has been tested on Bochs and VirtualBox
dd if=/dev/zero of=snake.img bs=1024 count=1440
dd if=snake.bin of=snake.img conv=notrunc
- Game speed remains constant, notta very exciting
- "Candy" could spawn under the snake