Brought to you by Anirudh, Jahnavi and Rounak
- This is a human VS machine game with two sides: Red and Blue
- Choose your playing color; Red starts first!
- On windows, just run the driver.py
- On linux
python3 driver.py
This is a 6x6 checker board game - hence the mini name with rules same as original Checkers
-
Each player gets to move one piece of choice one position left/right diagonally ahead with the aim to reach the other player's side and score points.
-
For each piece moved to the opponent's side the player recieves one point.
-
While trying to reach the other end the player can eliminate opponent's pieces if they are within 1 diagonal block range ahead.
The player with the most number of points in the end wins or if the player eliminates all pieces of the opponent wins