Projekt_AI-Automatyczny_saper/Constants.py

6 lines
106 B
Python
Raw Normal View History

2021-03-13 21:16:35 +01:00
import pygame
WIDTH, HEIGHT = 800, 800
ROWS, COLS = 10, 10
SQUARE_SIZE = WIDTH//COLS
GREEN = (45, 115,46)