Minesweeper
In this game you have a board with tiles. Your objective is to open all the tiles without mines, opening a tile with a mine will lose the game. Opened tiles will display a number on them that corresponds to the number of mines next to them, open tiles without numbers do not have mines nearby. Use this as a hint to figure out where the mines are. You can right click on a closed tile to mark it, to prevent yourself from opening known or suspected mined tiles accidentally.
Scoring is based on the time it took you to open all empty tiles. The first tile is always an empty tile no matter where you pick. Tiles with no mines next to them will automatically also reveal all neighboring tiles.
Under Construction
I will implement more games in the future.