tjb2640 / winesweeper

Tkinter minesweeper because my Mac didn't come with it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Tkinter minesweeper because my Mac didn't come with it

License:MIT License


Languages

Language:Python 100.0%