tevyt / minesweeper

An implementation of the game Minesweeper built with React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minesweeper

This is a browser based implementation of minesweeper prepared using ReactJS.

Difficulty levels

The game is playable on 3 difficulty levels

  • Easy: 10 x 8 grid with 10 mines.
  • Medium: 18 x 14 grid with 40 mines.
  • Hard: 20 x 24 gird with 99 mines.

Requirements

  • NodeJS >= 8.0.0

Usage

The application was bootstapped using create-react-app.

To run in development.

  1. Clone this repository
  2. run npm install
  3. run npm start
  4. Application will be served from localhost:3000

A live demo is available here.

About

An implementation of the game Minesweeper built with React.


Languages

Language:TypeScript 85.2%Language:CSS 8.7%Language:HTML 6.1%