Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 483 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 483 Bytes

Minesweeper

This is Minesweeper game written in C. The game starts with 9*9 cells, 10 mines. (You can change it through #define in main.c)

Development Environment

  • Visual Studio 2019 Community

How To Play

  • WSAD to move cursor
  • SPACE to uncover a cell
  • M to flag in a cell

What I study for making it.

Regression: When you uncover the cell with no mines around, it uncovers around cells automatically.

I made it on...

on the first semester of the 1st year. 2020.04