From 21ad0f4fa4999f88852e851ca9bb7a76a9e6c141 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Un=20=C3=89picier?=
<62609210+UnEpicier@users.noreply.github.com>
Date: Mon, 19 Feb 2024 09:53:10 +0100
Subject: [PATCH] Update README.md
---
README.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index d721353..ce03060 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
Minesweeper
-## Table of content
+## 📌 Table of content
- [Description](#description)
- [Techno used](#techno-used)
@@ -12,7 +12,7 @@
- [Docker](#docker)
- [Credits](#credits)
-## Description
+## 📖 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.
@@ -21,7 +21,7 @@ Minesweeper is a game where the player has to clear a minefield without detonati
-## Techno used
+## ⚙️ Techno used
- React
@@ -31,9 +31,9 @@ Minesweeper is a game where the player has to clear a minefield without detonati
- Docker
-## Installation
+## ⬇️ Installation
-### Local
+### 💻 Local
- Clone the repository
@@ -61,7 +61,7 @@ Minesweeper is a game where the player has to clear a minefield without detonati
serve build
```
-### Docker
+### 🐳 Docker
- Build the image
@@ -75,7 +75,7 @@ Minesweeper is a game where the player has to clear a minefield without detonati
docker run --name minesweeper -dp 3000:3000 minesweeper
```
-# Credits
+# 💑 Credits
- [KeunotorCagoule](https://www.github.com/KeunotorCagoule)
- [UnEpicier](https://www.github.com/UnEpicier)