Skip to content
Snippets Groups Projects
Commit 389d11bb authored by Melissa Belkacemi's avatar Melissa Belkacemi
Browse files

Update graphical_main.py

parent ef2630ec
No related branches found
No related tags found
No related merge requests found
......@@ -5,5 +5,5 @@
from minesweeper import Minesweeper
import graphicalboard
game = Minesweeper(20, 20, 10)
game = Minesweeper(20, 10, 1)
graphicalboard.create(game)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment