
Straightforward Minesweeper
A downloadable game for Windows
Straightforward Minesweeper (GitHub)
A simple pixelated and animated minesweeper recreation made with Lua and LÖVE2D framework, with various customization settings. For instance: board width, board height, mine density and seed, besides simpler settings, like animations and volume.
How to Play:
The basic structure is the same as the original minesweeper. Click in a cell with the left mouse button to dig it, its number tells how many out of the eight cells surrounding it are mines. Use the right mouse button to put a flag on a mine cell to guarantee you won't dig it.
Once all free cells were clicked, you win the game. If you dig a mine, you lose. You can also always press N to start a new game.
Options:
(To access and to exit the options' menu, press E)
- Board width: use the left-right arrows to increase or decrease the board's width.
- Board height: use the left-right arrows to increase or decrease the board's height.
- Seed: this value is used as a parameter on the "randomseed()" Lua's function. Instead of increasing and decreasing it with the arrows, here you type it. If no seed is set, the game will automatically generate a new one.
- Mine density: How many percent of the cells are mines, from 0 (no mines at all) to 100 (full of mines). As the seed, you type this value.
- Volume: use the left-right arrows to increase or decrease the game's volume.
- Animations: use the left-right arrows to set the animations to 0 (animations false) or 1 (animations true).
Every time you change Board width, Board height, Seed or Mine Density, the board you were playing is discarded, and a new one is created.
I'd love to hear any feedback!
Updated | 2 days ago |
Published | 28 days ago |
Status | In development |
Platforms | Windows |
Author | Mondfuchs |
Genre | Puzzle |
Tags | LÖVE |
Comments
Log in with itch.io to leave a comment.
Show post...
Minesweeper is one of my favorite classic games and I'm excited to try this little recreation with all the customization options! Btw, if you're up for a fun challenge, I'd love to see what you come up with for the WowCube Game Jam: wow
They have a very interesting platform and are even offering prizes lol
Please tell me if you liked the game; and I'll also check about the jam!
Show post...
I LOVE IT! It's such a simple design real easy on the eyes
Thank you!
Show post...
❤️