Skip to content

0xffset/MinesReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.