Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 325 Bytes

File metadata and controls

13 lines (10 loc) · 325 Bytes

Python project: Minesweeper

This is my Portfolio project for the Codecademy computer science course. It is also my first project in python.

How to play

  • Make sure you have installed python3.
  • Clone/Download this repository
  • Open your terminal in the repository and type:
python3 minesweeper.py
  • Have fun!