Scopri il nostro progetto Minesweeper, un'implementazione del classico gioco realizzata in Python 3 con interfaccia grafica Tkinter. Scegli tra modalità principiante ed esperto e sfida te stesso per aprire tutte le celle senza far esplodere le mine. Un gioco avvincente per tutti gli appassionati!
Trova professionisti vicino a te
Trova professionisti
# Project: Minesweeper
This program is an implementation of the classic game, Minesweeper.
## Dependencies
The program is written in Python 3, and uses the Tkinter library for the GUI.
## How to Play
Run `python3 minesweeper.py` in the command line.
The game board has two modes, beginner and expert.
In beginner mode, the board is an 8x8 grid with 10 mines.
In expert mode, the board is a 16x16 grid with 40 mines.
The goal of the game is to open all of the cells without opening a mine.
You can open a cell by left-clicking it.
To mark a mine, right-click on a cell.
## Screenshots