Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0xffset/minesreact

Minesweeper Puzzle Game
https://github.com/0xffset/minesreact

gauss-elimination mathematics minesweeper np-complete

Last synced: 2 months ago
JSON representation

Minesweeper Puzzle Game

Awesome Lists containing this project

README

        

[![Netlify Status](https://api.netlify.com/api/v1/badges/badca744-a122-42fa-9196-673d24a6a17c/deploy-status)](https://app.netlify.com/sites/minesreact/deploys)


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](/docs/paper.tex)
* PDF --> [go](/docs/paper.pdf)

### 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](http://localhost:3000) to view it in the browser.