Skip to content

A minesweeper implementation using python and pygame

License

Notifications You must be signed in to change notification settings

Magoninho/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper in Python

This is an attempt of doing a minesweeper in pygame

demo

Video

https://youtu.be/7rqDYbTk8Wk

Install

Requirements:
python 3.6 to 3.8 (python 3.9 doesn't work)
Clone this repository:

git clone https://github.com/Magoninho/minesweeper.git

Change directory to the repository folder:

cd minesweeper 

Windows

python src/main.py

Linux

python3 src/main.py

License

This project is licensed under the terms of the MIT license. The MIT License is a permissive license that is short and to the point. It lets people do anything they want with your code as long as they provide attribution back to you and don’t hold you liable.

About

A minesweeper implementation using python and pygame

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages