- Vegard Haugland [email protected]
- Vegard Tveit [email protected]
- Check out repository
- Create virtual environment in project folder (python3.6 -m venv .)
- Install dependencies (pip install -r requirements.txt)
- Run tests (python testBoards.py). All tests should pass.
- Run game engine (python play.py).
- Improve detection
Fully integrate with opencv and cameraTest with Dobot robotImplement minimax AI algorithmThanks to Vegard Tveit- Dobot mode only supports the player being X at the moment. Increase support for O.
- Make Dobot return pieces afterwards.