Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 265 Bytes

File metadata and controls

10 lines (8 loc) · 265 Bytes

minesweeper

A pretty Basic Minesweeper game written in Python for console.

This is a basic console version of Minesweeper in Python. Features:

  • 5x5 board with 3 random mines
  • Player selects row/col
  • Win if all safe cells are revealed
  • Lose if a mine is hit