albertopastormr / minesweeper

Simple python minesweeper desktop application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minesweeper

Simple python minesweeper desktop application. Each cell indicates the distance to its nearest bomb. The game ends when every bomb has been marked with a flag correctly.

Usage

  • help it shows the available commands.
  • show with x_coordinate y_coordinate it unveils a unique cell given a row and a column
  • flag with x_coordinate y_coordinate it places a unique cell given a row and a column
  • reset it starts a new game
  • exit it stops the current game and close the application.

About

Simple python minesweeper desktop application.

License:MIT License


Languages

Language:Python 82.5%Language:Tcl 10.3%Language:C 4.1%Language:C++ 3.0%Language:Fortran 0.1%Language:PowerShell 0.1%Language:Batchfile 0.0%