Commit Graph
50 Commits
Author SHA1 Message Date
dependabot[bot]andGitHub 088e332aa2 ⬆️ Bump express from 4.18.2 to 4.19.2
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-29 17:17:32 +00:00
alexis f3f3925652 🔨 Fix eslint warnings 1.1.1 2024-02-19 18:21:05 +01:00
alexis 588eab0caf Add lang toggler 1.1.0 2024-02-19 14:04:56 +01:00
alexis 1cf7035449 📚 Updated README 2024-02-19 10:53:08 +01:00
Un ÉpicierandGitHub 91a111a49b Rename lead.tsx to Leaderboard.tsx
Signed-off-by: Un Épicier <62609210+UnEpicier@users.noreply.github.com>
2024-02-19 10:43:46 +01:00
Un ÉpicierandGitHub 0b0fb1d502 Rename leaderboard.tsx to lead.tsx
Signed-off-by: Un Épicier <62609210+UnEpicier@users.noreply.github.com>
2024-02-19 10:43:35 +01:00
Un ÉpicierandGitHub 9d349916aa Create LICENSE 2024-02-19 10:09:48 +01:00
Un ÉpicierandGitHub c3eb4b4817 Create CODE_OF_CONDUCT.md 2024-02-19 10:06:57 +01:00
Un Épicierandalexis 84489a3b6e Update 🐍 bug-report.md 2024-02-19 10:06:21 +01:00
Un ÉpicierandGitHub 3a0b5e1f7f Update issue templates 2024-02-19 10:02:45 +01:00
Un ÉpicierandGitHub 25a264bf08 Update README.md 2024-02-19 09:53:36 +01:00
Un ÉpicierandGitHub 21ad0f4fa4 Update README.md 2024-02-19 09:53:10 +01:00
alexis c74c44c521 📚 Updated README 2024-02-19 09:49:01 +01:00
RoxanneRlld 2fea366313 rewrite: minor changes 2024-02-19 09:18:09 +01:00
alexis 1ebb863b81 Add icons next to selects label in Home 2024-02-19 08:49:53 +01:00
alexis ffa6468b70 Add ability to delete all leaderboard 2024-02-19 08:46:05 +01:00
alexis 9426b8499c Different leaderboard on difficulty & size parameters 2024-02-19 08:21:11 +01:00
alexis 12c42a2270 🔖 v1.0.0 1.0.0 2024-02-19 08:09:41 +01:00
alexis 07e3b04d95 📦 Added docker build script 2024-02-18 22:30:05 +01:00
alexis b19c665ab0 🎨 Splitted utils into generation and gameInteractions 2024-02-18 21:57:05 +01:00
alexis 4b4473e2b2 🐛 Fix win validation 2024-02-18 21:37:49 +01:00
alexis c9123a2da1 Add a clear leaderboard button in leaderboard component 2024-02-18 21:22:10 +01:00
alexis 21d5f64c06 🐛 Fix generation with less bombs than expected & wrong placed numbers 2024-02-18 19:05:58 +01:00
alexis dce5862d36 🐛 Fixed random infinite game generation 2024-02-18 18:43:15 +01:00
alexis 272af85c74 🐛 Saving time score only on winning 2024-02-18 18:06:40 +01:00
alexis 1377c3a8fa Handling winning game 2024-02-18 18:05:04 +01:00
alexis 049110e15e Discover surronding cells only on empty 2024-02-18 17:47:52 +01:00
alexis c2db839ebe 💡 Sorted imports 2024-02-18 17:38:28 +01:00
alexis b7ff232f34 🐛 Fixed help popup title design 2024-02-18 17:22:32 +01:00
alexis 05854e384f 🐛 Fixed resetting gameState on leaving to settings page 2024-02-18 17:17:15 +01:00
alexis 7413a5f6a1 Created Hook separated file 2024-02-18 17:15:10 +01:00
alexis 65a66a9f35 Fix all chrome Dev Tools warnings 2024-02-18 16:45:50 +01:00
alexis 4d07719066 Introduce Dockerfile 2024-02-18 16:17:54 +01:00
alexis 2b29a8e4b2 Save score in IndexedDB 2024-02-18 15:17:23 +01:00
alexis 8219634b9c Ability to loose game 2024-02-18 09:50:33 +01:00
alexis e21910547a Put back settings (Home) component on opening app 2024-02-16 18:26:54 +01:00
alexis 2459654403 fix(leaderboard)!: Replay button now generate new bombs & numbers on first grid click 2024-02-15 19:43:52 +01:00
alexis 6c86744275 (gameState): Prepare future props 2024-02-15 19:30:04 +01:00
alexis 6aca7b49cf (leaderboard): Get data from IndexedDB
Get leaderboard data from IndexedDB using localForage package
2024-02-15 19:11:31 +01:00
alexis 6d22409763 💄 (leaderboard): Ability to replay a game or change game settings 2024-02-14 22:19:55 +01:00
alexis 79962f45dc Integrated Home comp with the game comp 2024-02-13 09:41:01 +01:00
RoxanneRlldandalexis 232aae14a8 feat: add front leaderboard 2024-02-13 07:05:10 +01:00
RoxanneRlldandalexis 4b9a59ed12 feat: start home parameters 2024-02-13 07:01:26 +01:00
alexis f15d3d2c17 🚸 (help): Close popup when clicking in the background 2024-02-12 19:26:43 +01:00
alexis 8a669324c9 (Game): Help popup
Help popup to learn how to play
2024-02-12 19:22:03 +01:00
alexis 9033ef8f68 (game): Added Bombs & Flags count
Added placed flags by bombs count. Fix timer startng only when first click is triggered
2024-02-12 16:11:09 +01:00
alexis 3a6be56841 (game): Added Clock Timer
Added clock timer displaying elapsed time since the beginning of the game
2024-02-12 11:54:20 +01:00
alexis 28f48bacdd (game): Generate grid & User Interactions
Generate grid with bombs & numbers, user interactions like, click on a cell, pin a flag
2024-02-12 11:18:14 +01:00
alexis d0d8093fb5 Init project 2024-02-05 10:06:32 +01:00
Roxanne RoullandandGitHub 33c9504498 Initial commit 2024-02-05 09:11:54 +01:00