Minesweeper

Published 2023-06-12


Version 1.1 is now available!

Patch Notes 1.1

Some finer details (like displaying the shocked face when clicking) are missing, but will be addressed in the next update.

EDIT: Known bug/glitch when right clicking on the web player, leading to the appearance of a "both pressed" message.


Hi there! This is my first ever "finished" game, a simple port of minesweeper. The code behind this is by no means the most efficient/effective/simple, but it gets the job done.

By default the game just uses the "beginner" difficulty, but you can change this in the first few lines of the source code. Custom difficulties work, but the menu for selecting them is in the very early stages so I have disabled that for now. Anything with more rows or columns than will fit on the screen will still be generated, but scrolling around is not yet implemented. Similarly, mouse support currently only draws a mouse selector, and cannot be used to reveal or flag tiles. Difficulty select (including custom difficulties), scrolling, mouse support, high-scores, ? tiles and the "double click technique" will be added in time.

Until then, if you have any questions, find any bugs, or have any tips, let me know @TanThetaEquals2

I hope you enjoy!