Log In  


Cart #minesweep-1 | 2024-11-23 | Embed ▽ | License: CC4-BY-NC-SA
4

A simple minesweeper clone. Tried to stay as close to the original as possible.

Now with difficulty adjustment and more!

4


This is great! Is there a way to change the board size? e.g. to get a bigger minefield to sweep


Looks quite close to the original game! If you're trying to get as close as you can, your 1 placement in the tiles might be one pixel off to the left. A slight shift to right by one pixel should do the trick.

Also, I don't know for Windows 95/98's version but recent iterations of the game allows you to clear a number's neighbor if the number of flags matches the number, allowing you to clear them out quickly if you're really sure that it should be safe. If the feature is present in the version you're inspired by, are you going to add it to your game?

And last bit : I noticed you tried to use the small AA in the smiley face but couldn't really nail those, they feel a bit blocky. Maybe you could use one of the colors past 31 (so 32-63) to povide yourself the proper color! It'd rarely get conflicted with the desktop environment, so you should be fine.

Other than that, yeah, I missed landing on a mine on every second move of my attempts! Pretty neat version!


@japhib Just added it for the new version, you can find them in the sandwich menu top left.

@Eiyeron Thanks for the detailed feedback! Updated version should have everything now.


That looks cool!
Here is my recommendations to improve your game:

  1. Start timer only when player open first cell
  2. Generate mines positions only after player press any cell and prevent generating mines on that cell and nearest


[Please log in to post a comment]