Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/0xffset/minesreact
- Owner: 0xffset
- Created: 2020-10-03T00:51:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T13:34:27.000Z (over 2 years ago)
- Last Synced: 2024-05-20T21:16:19.259Z (8 months ago)
- Topics: gauss-elimination, mathematics, minesweeper, np-complete
- Language: TypeScript
- Homepage: https://minesreact.netlify.app/
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.