k0b22s / mineSweeper

Basic minesweeper in python
0 stars 0 forks source link

mineSweeper

Basic minesweeper in python

Minesweeper structure

Overview

This project consists of the most basic structure for a minesweeper game in python. It requires no user input. It runs and produces the outcome. #'s represent mines and _ represent open spaces. After running the program, all open spaces will indicate the number of mines in the direct vicinity.

Contents:

1.1- #Installations 1.2- #Usage 1.3- #Credits

1- Installations

2- Usage

3- Credits