-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the alpha-beta-pruning-minmax-checkers wiki!
To start the game run the game.py file. You can use this command.
python game.py
or
python3 game.py
If you enable forced captures, if there are available opponent figures that you can capture you will be forced to do it. No other move is available other than the available captures if there are any.
When there is a forced move, pieces that have forced moves available will be highlighted.
Enter the row and column number of the piece you want to select. Your input should not contain spaces between row and column numbers and should look something like this for the 7th row and 2nd column
72
Once the piece is selected, available fields will be highlighted and their coordinates will be displayed on the board to allow for an easier input.