A Minesweeper Web Application based on the original Windows 98 version. The app was entirely built from scratch including the grid traversing algorithm.
- TypeScript
- React
- Redux toolkit
- styled-components
New features will continually be added, that work can been seen in projects.
- Easy start option (initial press reveals an area)
- Guess Free game option (game can be completed without having to guess)
- Infinite Scrolling game mode
- Minesweeper solver/probability calculator
npm ci
npm start
- Open http://localhost:3000 to view it in the browser.
The Minesweeper Web App is open for anyone that is interested.
If you wish to contribute feel free to open any issues regarding bugs, possible features or start discussions.