Minesweeper. Written in python with Tkinter.

preview_player
Показать описание

Operations:
Left mouse button to reveal a cell
Right mouse button to flag a cell as potential mine
ESC to quit game

Objective:
Reveal all non mine cells in the field. You do not have to flag all the mines.

Mechanics:
First cell revealed is never a mine. The mine is transferred to a random free cell.
Revealing a cell with zero mines nearby will automatically reveal all neighboring cells. It will continue doing so for every cell with zero mines nearby, recursively.
Flagging a cell will disable controls, preventing you from miss-clicking on it, until unflagged.

Features:
Resizable interface: Game adapts to you changing the window size and the number of cells
Mines left counter: Accurately tracks how many mines are left unflagged
Game Timer: Tracks how much time it took to beat the game
Рекомендации по теме