Minesweeper (XP edition) is a logic puzzle video game of strategy built into the theme of Windows XP.
Minesweeper rules are very simple. (Source: minesweeper.online)
- The board is divided into cells, with mines randomly distributed.
- To win, you need to open all the cells. The number on a cell shows the number of mines adjacent to it.
- Using this information, you can determine cells that are safe, and cells that contain mines.
- Cells suspected of being mines can be marked with a flag using the right mouse button.
ReactJS | TypeScript | SASS | ReduxJS-Toolkit |
- Fork the project
- Clone the project
- Navigate to the project directory
cd minesweeper-winxp
- Install dependencies with
npm install
- Run
npm start