meiniKi / tinybricks

Bootsector bricks game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinybricks

tinybricks is a boot-sector bricks game. The entire code fits into a 512-byte boot sector and can be booted without an underlying operating system. Due to the size constraints, the generated code is highly optimized, and screen memory is used to store variables. Many thanks to Oscar Toledo and his book that greatly supported me in writing this game.

Compile and Execute

nasm -f bin bootbricks.asm -o bootbricks.img qemu-system-x86_64 bootbricks.img

About

Bootsector bricks game


Languages

Language:Assembly 100.0%