Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 284 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 284 Bytes

Minesweeper

versão em português

Implementation of a minesweeper type game to play around with the matrix concept and the pygame library.

img.png

The game is played using the buttons left and right of the mouse.

Run the game: $ python main.py