Skip to content

Gustavo-Pauli/Minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A modern minesweeper made in pygame!


How to run the game:

Option 1:

  1. Install Python 3.9.9 or higher.
  2. Install the packages in requirements.txt, using the following command in the terminal in the game folder: pip install -r requirements.txt
  3. Run main.py file using python main.py in terminal.

Option 2:

  1. Run Minesweeper.exe.

How to play:

The rules of Minesweeper are simple: If you discover a mine, it's game over. If you discover an empty square, the game continues. If a number appears, it tells you how many mines are hidden in the eight squares that surround it.


Credits:

All art and code was made by me