/assembly-minesweeper

A copy of winxp minesweeper game using assembly

Primary LanguageAssembly

Assembly Minesweeper

An upload of a minesweeper game made using Turbo x86 Assembler

All graphics are copied from the windows version of the game

How to Run

To recompile using TASM

  • tasm mines.asm
  • tlink mines.obj
  • mines

How to Play

  • Arrow keys to move
  • Spacebar to reveal a square
  • Z to mark a bomb
  • To quit, press ESC and then any key

Images