Files
battleships/constants.py

4 lines
57 B
Python

SCREEN_WIDTH = 1000
SCREEN_HEIGHT = 1000
BOARD_SIZE = 10