Skip to content

john-huang-121/react_minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Minesweeper

The live link to the game below:

Live Link

Description

A classic game of minesweeper written purely with ReactJS. Try out the game and see if you can detect all the mines!

Functionality

  • Game:
    • Clickable (with right or left mouse click) tiles with different outcomes.
    • A scoreboard to mark the number of flags used.
    • Functional reset button to refresh the state of Minesweeper app
    • Functional win and lose conditions

MVP

  • Win/Lose conditions implemented.
  • Looks like the classic game of minesweeper.
  • Unique algorithm checks surrounding tiles for mines when clicked.
  • Styling game to look amazing and play smoothly.
  • Reset Button.
  • Score System.

Architecture and Technologies

  • Entirely written with React
  • Threaded props from top level down to lower components

About

A game of minesweeper written with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages