Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 966 Bytes

File metadata and controls

33 lines (26 loc) · 966 Bytes

Netlify Status

MinesReact

Minesweeper Puzzle Game Write In Reactjs


Abstract

In this paper, we explore different mathematical approaches in Minesweeper like computational algorithms, NP-Complexity, and matrix analysis. In the processes, I present concepts like Gauss Elimination and the formal NP definition.

Paper files

  • Latex --> go
  • PDF --> go

Installation

# git clone https://github.com/RolEYder/MinesReact.git && cd MinesReact
# npm install 

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.