Commit Graph
10 Commits
Author SHA1 Message Date
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 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 7413a5f6a1 Created Hook separated file 2024-02-18 17:15:10 +01:00
alexis 8219634b9c Ability to loose game 2024-02-18 09:50:33 +01:00
alexis 79962f45dc Integrated Home comp with the game comp 2024-02-13 09:41:01 +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 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