feat: working version

This commit is contained in:
2024-05-17 16:46:36 +02:00
commit c529e6dde6
4 changed files with 210 additions and 0 deletions

4
constants.py Normal file
View 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']