Skip to content

Hrishikesh-3459/mineSweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

mineSweeper

Command Line based version of the popular game Minesweeper.

Getting Started

Please make sure to do all of this before you run the code.

Prerequisites

  • Python.

Running

python3 driver.py

Usage

The usage is pretty straightforward and the step by step instructions are provided in game.

General

  • You can choose from 3 difficulties

    • Easy - (9 x 9 grid, 10 Bombs).

    • Medium - (15 x 15 grid, 40 Bombs).

    • Hard - (16 x 31 grid, 99 Bombs).

  • ' . ' indicate unexplored coordinates.

  • 'F' would appear over a cell if you decide to flag it.

  • ' * ' would appear over a cell if there is a bomb at that loaction.

  • The game ends if you find a bomb.

  • Try to get around all the cells without activating a bomb.

Screenshots

Start

Start

Running

Running

End

End

Built with

  • Python - Programming Language used

Author

  • Hrishikesh Mulkutkar

About

Command line based minesweeper game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages