/mine

A web-based minesweeper game that uses some gameplay mechanics from Wordle.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

MINE

MINE is a daily minesweeper game with the day's board deterministically generated based on the current date. This means that everyone plays the same board every day. To play a live version of the game, go to mine.hisbaan.com.

Developer Installation

This web-application is written in TypeScript using React. First, ensure that you have nodejs installed. To install a developer instance of this application, clone this repository, run npm install, and then npm start. This will first grab all the dependencies and then start a development server on localhost:3000.