Alexandre B A Villares 2018-12-18 09:26:09 -02:00
rodzic b31fe8e5dd
commit abed301b41
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -7,7 +7,7 @@ from cell import Cell
from random import choice
from java.awt import Toolkit
CELL_SIZE = 40
CELL_SIZE = 10
Cell.grid = dict()
xo, yo = 100, 100