Tugas Besar Mata Kuliah IF3170 This repository contains python based interactive Dots-and-Boxes game.
git clone https://github.com/AbdiHaryadi/Dots-and-Boxes.git
cd dots-and-boxes-bot
pip install func_timeout
python main.py
- Player 1 starts the game
- Click on edges to mark them
- If a box is made, it gets shaded with the player assigned color, and the player gets another go
- When all the edges are marked, the result is displayed on the result screen
- Click anywhere on the result screen to play again
The original author is Aqeel Anwar, but the rules has been fixed by Jacrac04. Modified by GaIB 19 Assistants.