A small exercise in 16 bit x86 assembly for DOS to recreate the famous game Minesweeper.
Find a file
2020-06-07 19:24:20 +02:00
.gitignore Added to ignore COM in uppercase to gitignore 2020-06-07 18:38:00 +02:00
Makefile Turn into EXE and create Makefile and gitignore 2020-06-06 13:47:22 +02:00
mine.asm Initial code for peeking the map 2020-06-07 19:24:20 +02:00
REAME.md Initial code for peeking the map 2020-06-07 19:24:20 +02:00