I've finally made another pen game! And it's definitely not a Minesweeper clone. Fullscreen is recommended. == Instructions == Click to uncover a tile Hover over a tile and press [SPACE] to flag it Press [R] to restart after you die Can you sweep out all the mines? == Notes == Made this in around five hours while procrastinating on homework. I sincerely tried to make the code readable and not spaghetti. Believe it or not, I was actually succeeding for a while. Then I got to the part where I needed to recursively check multiple adjacent empty tiles, and I gave up. == Credits == All code by me. Thanks to whoever made the original Minesweeper game, for making the original game. Inspired by other Minesweeper games people have made on this website. == Things to Work On (Maybe) == - improve the GUI - improve the graphics in general - add the little emoji guy at the top - add a flag counter - add difficulty settings, including custom == Updates == 02/12/22: fixed an exploit that allowed you to win by flagging every tile