Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.16 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.16 KB

dos-minesweeper

A minesweeper game written for MS-DOS. It controls mouse events and simulates 3d effects from scratch.

Prerequisites

You may have MS-DOS installed on bare metal or in VirtualBox. It doesn't work under Windows systems.

Setup Environment

Make

We assume the following folder structure:

C:\BORLANDC
C:\Minsweep.cpp
C:\KEY.H
C:\MOUSE.H
C:\GMOUSE.com
C:\GMOUSE.SYS

run GOUMSE.COM

run C:\BORLANDC\BIN\BC

Set Linker Libraries as below:

linker-libraries

Open Minsweep.cpp.

Run with CTRL+F9.

Sample Execution

screenshot1 screenshot2