A small exercise in 16 bit x86 assembly for DOS to recreate the famous game Minesweeper.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
José Carlos Cuevas 6a21f3fcff
Fixed bug with counter and now you can win
4 years ago
.gitignore Now the map generates correctly, still shown 4 years ago
Makefile Now the map generates correctly, still shown 4 years ago
README.md More README typos 4 years ago
mine.asm Fixed bug with counter and now you can win 4 years ago

README.md

Minesweeper in Assembly

Hello, this is my attempt to build an x86 assembly Minesweeper for DOS, in plain 16 bits glory and learning to use mode 13h.

Compile

This project has been built using flat assembler and has a Makefile handy to make it easy to be compiled, just do make and it'll be built as an .exe for you to run either on your VM, your old DOS machine or as I do, running it inside DOSBox