Minesweeper
Status | Released |
Platforms | HTML5 |
Author | leonardohcl |
Genre | Puzzle |
Made with | Unity |
Tags | 2D, Casual, Mouse only, Unity |
Average session | A few minutes |
Languages | English |
Inputs | Mouse |
Status | Released |
Platforms | HTML5 |
Author | leonardohcl |
Genre | Puzzle |
Made with | Unity |
Tags | 2D, Casual, Mouse only, Unity |
Average session | A few minutes |
Languages | English |
Inputs | Mouse |
Comments
Log in with itch.io to leave a comment.
cool game, good job
I don't really like how there are so many 50/50s
Haven’t noticed it this could happen, thank you. I’m working on some code cleanup right now and after I’ll improve the spawning, including avoiding the first tile to be a bomb.
Cool!
Turns out the solvability of a board it is a very complex subject 😓
Also, the algorithms that make sure that it is solvable include creating a library of boards that an algorithm was able to solve. Also, that solving algorithm is NP-complete and I'm not sure if this deserves all that work since it's just a first project 😅
For now I'm just going to leave it as random. It is my first game and just a clone. I want to move on to other projects and learn/do new things.
BTW, I did the first click change.