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")
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.