feat: working version
This commit is contained in:
4
constants.py
Normal file
4
constants.py
Normal file
@@ -0,0 +1,4 @@
|
||||
BOARD_WIDTH = 6
|
||||
BOARD_HEIGHT = 6
|
||||
ROW_NUMBERS = ['1', '2', '3', '4', '5', '6']
|
||||
COLUMN_LETTERS = ['A', 'B', 'C', 'D', 'E', 'F']
|
||||
Reference in New Issue
Block a user