From 507550437353f08cae1246b54fd7a6a62db27c23 Mon Sep 17 00:00:00 2001 From: io12 <7348004+io12@users.noreply.github.com> Date: Sat, 30 May 2020 04:45:18 -0400 Subject: [PATCH] Add BootMine boot sector game --- README.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.adoc b/README.adoc index a7c1f2d..5778918 100644 --- a/README.adoc +++ b/README.adoc @@ -2311,6 +2311,7 @@ Almost entirely in C `-nostdlib`, with very few inline `asm` commands, and a sma * https://github.com/nanochess/fbird Flappy bird in the 512-byte boot sector. * https://github.com/Overv/MineAssemble Minecraft * https://github.com/tsoding/pinpog Pong / Breakout +* https://github.com/io12/bootmine Minesweeper game in a 512-byte boot sector. === Tutorials