Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 637 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 637 Bytes

Mines

A Minesweeper clone on C++ using raylib.

To run, open using the main.code-workspace file on VSCode and make sure raylib is installed on the default path (https://www.raylib.com/, click "Download" >> "No thanks, just take me to the downloads")

How To Play:

RED = MINE, BLUE = FLAG

  • To win, clear the board without revealing any mines and flagging all of them
  • Left click to reveal a square, revealing a mine loses the game.
  • Right click to flag a square. You are meant to flag all mines.
  • The numbers on each square reveal how many mines are in the 8 squares around it.

hippo