Skip to content

dhityl/Mines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Minesweeper clone on C++ using raylib

Resources

Stars

Watchers

Forks

Languages