A recreation of Minesweeper, using only 1 list, and 2 sprites. I made this to test my 2D array code. (A 2D array is basically a table, or a grid, which is perfect for this) It took a couple of days to debug after I finished it, but really it's fine. It was something I made as an extension task in school anyways How to play: Click on the button on the side to switch between flag mode and click mode. On either mode, press a tile with numbers displayed to do a Supermove (also known as chording), revealing all spaces around it, if the number of flags around it matches the number. Be careful though, if a flag is placed wrong, this will cause a game over. The rest is classic Minesweeper. Music, code, and graphics by me. (I am stimming to the completion music) Known glitches: The 50/50 glitch - sometimes there will be a 50/50 choice. I currently do not know how to fix this. This may affect win conditions. If this happens, just try a different position for a flag, until you find a solution. Still to add: More music Sound effects Changelog: (dd/mm/yy) 11/5/23: Released 1/6/23: Added "Completion" music 1/1/25: Added Supermove, changed win condition to fix a glitch.