Skip to content

A simple implementation of Snake written in x86 assebmly that fits into the boot secotor

Notifications You must be signed in to change notification settings

michal100032/bootloader-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bootlader Snake

Very basic implementation of the classic game Snake written in x86 assembly that fits into the 512 byte long boot sector.

Screenshot from 2024-04-28 10-46-38

Build and run

To run the game first clone the repository:

git clone git@github.com:michal100032/bootloader-snake.git
cd bootloader-snake

And then to run the project with qemu:

make run

Inspiration

The project was heavily inspired by zenoamaro's bootloader pong.

About

A simple implementation of Snake written in x86 assebmly that fits into the boot secotor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published