dependabot[bot]andGitHub 7f1d0153b6 ⬆️ Bump ejs from 3.1.9 to 3.1.10
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 17:05:44 +00:00
2024-02-19 10:06:21 +01:00
2024-02-19 09:49:01 +01:00
2024-02-18 16:45:50 +01:00
2024-02-19 18:21:05 +01:00
2024-02-18 16:17:54 +01:00
2024-02-05 10:06:32 +01:00
2024-02-05 10:06:32 +01:00
2024-02-19 10:06:57 +01:00
2024-02-18 16:17:54 +01:00
2024-02-19 10:09:48 +01:00
2024-05-02 17:05:44 +00:00
🔖 v1.0.0
2024-02-19 08:09:41 +01:00
2024-02-19 10:53:08 +01:00
2024-02-05 10:06:32 +01:00

logo

Minesweeper

Live Demo: https://minesweeper.alexisvasseur.fr

📌 Table of content

📖 Description

Minesweeper is a game where the player has to clear a minefield without detonating any mine. The game is won when all the cells without a mine are revealed. The game is lost when a mine is revealed.

game game

⚙️ Techno used

  • React
  • Recoil
  • TypeScript
  • SCSS
  • Docker

⬇️ Installation

💻 Local

  • Clone the repository

    git clone https://www.github.com/KeunotorCagoule/minesweeper.git
    
  • Install the dependencies

    npm install
    
  • Run the server as development

    npm start
    
  • Run the server as production

    npm run build
    npm i -g serve
    serve build
    

🐳 Docker

  • Build the image

    docker build -t minesweeper .
    
  • Run the container

    docker run --name minesweeper -dp 3000:3000 minesweeper
    

👩‍❤️‍👨 Credits

S
Description
ReactJS Minesweeper
Readme MIT
1.2 MiB
Languages
TypeScript 84.3%
SCSS 13.7%
HTML 1.3%
Dockerfile 0.7%