Minesweeper by bibi_2-0 press: 1 for easy, 2 for medium and 3 for hard The rules are simple, you have to: - click on all the squares except the mines ! A square with a number indicates the number of mines that are on the 8 adjacent squares and diagonally to it. - press space to flag were you think a mine is (optional) Thanks to all these elements, you should be able to win easily. The game is not finished at all, the whole interface is still missing. You can change the difficulty modifying the block size variable in the script.
that's a 1 sprite no clone game ! 100% by me 2024/10/13: I did it like a year ago and I wanted to share it. 2026/05/02: I totally midified it to make a better game. This is amazing how I have improved since the past 5 years ! But I was good tho ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ v0.1: game without interface shared v0.2: still no interface but 2y later: not the same game at all I changed: - the algorithm to spread the 0 - the art - the code for better performance - the randomise start to make it like the google's one - fixed some bugs all the rest were coded by the young me lol v0.3: flags soon: - interface to change the difficulty