Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

I wanted to make a game that could fit into a 512 bytes bootloader, in 16 bit real mode. This is usable without any Operating System, by any IBM PC compatible machine. The score is calculated by drawing the "Game Over" text with yellow pixels. The more you score the more the text will be colored with yellow pixels.

Steps:

Install

Build

$ nasm snake.asm -o snake

Run

$ qemu-system-i386 snake

About

Snake like game in Assembly, working without OS

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages