=========MINESWEEPER IN SCRATCH========= Goal: - The goal of the game is to reveal every safe tile while avoiding hidden mines. - Each revealed number gives a clue about nearby mines. - Use these clues to determine which tiles are safe and which should be flagged. - There are 12 mines in total =========================================== How to Play: - Click a tile to reveal it. - If the tile contains a mine, the game ends. - If a number appears, it shows how many mines are touching that tile, including diagonally adjacent tiles. - Empty tiles may automatically reveal nearby safe areas. - Hold the F key while clicking a tile to place or remove a flag. - Use flags to mark tiles you believe contain mines. - Continue revealing safe tiles until every non-mine tile has been uncovered and every mine tile has been flagged. =========================================== Note: - Flags are only markers and do not confirm a mine automatically. - A tile with the number 1 means exactly one adjacent tile contains a mine. - Use nearby numbers together to safely identify mine locations. - Winning requires both careful observation and logical decisions. =========================================== All code by me, not the most efficient code but it works... Let me know if there are any bugs.