Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 418 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 418 Bytes

winesweeper

Tkinter minesweeper because my Mac didn't come with it

How it looks

Run it

# default 8x8 and 8 wines to find
python3 wine.py

# optional board params, tweak rows/cols and wine count
python3 wine.py rows=12 cols=12 wines=20
python3 wine.py r=12 c=12 w=20