Initial commit on develop branch

This commit is contained in:
2026-04-17 20:07:57 +03:30
commit 9b68b97ae6
52 changed files with 3499 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
GAME_HISTORY_LIMIT = 100
BOARD_SIZE = 8
BOARD_COLOR = black
BOARD_BORDER_COLOR = white
SOUND = 0
SHOW_AVAILABLE_PLACES_FOR_PIECES = 1
HINT = 0
HINT_LIMIT = 3
}