Skip to content

BJMinhNhut/Minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

Author: Dang Minh Nhut - 22125071 - 22TT1 - HCMUS

This is a game made for the CS161 final project based on Microsoft's Minesweeper game using C++ and graphics.h library. It was developed from October 2022 to January 2023.

Features

  • 5 game modes: Weak, Fit, Strong, Superhero, Custom
  • Continue unfinished game in previous session
  • Save best finished play time
  • Game sound

Demo video

Watch the video

Set up instruction for Windows

In case you want to compile the source code, here is the instruction.

Requirement

Set up

  1. Clone git repository or download zip file.
  2. Go to cloned folder or unzip download zip file.
  3. Run setup.bat to compile source code
  4. Run the generated file Minesweeper.exe to open the game.

Document

For my report document, you can view it here.