A basic minesweeper game. Grid size can be chosen up to 24*17, as well as the number of bombs. Colors are fully customizable.
How to play:
After executing the script enter use the backspace and numbers to enter size of the grid and the amount of bombs.
Arrows to move cursor.
Ok to see what’s under a tile.
Shift to put or remove a flag on a tile.
You can customize colors in the script, from line 10 to 30 change the rgb values to change the colors of what’s described in the comment on the right.