Skip to content

vggm/Minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

Minesweeper

Classical minesweeper programmed in Python.

All you need to run this game is Python 🐍 and the graphic library: pygame.

To install the dependece, just run the next sentence on your shell:

pip install pygame

Then clone this repositoy and run the main file:

Linux/MacOs:

git clone https://github.com/vggm/Minesweeper.git
cd Minesweeper
python3 main.py

Windows:

git clone https://github.com/vggm/Minesweeper.git
cd Minesweeper
py main.py

I hope you enjoy it! 😊🥰

About

Classical minesweeper programmed in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages