OpenCV Tic Tac Toe Engine Authors: Vegard Haugland vegard@haugland.at Vegard Tveit vegardtve@gmail.com How to use 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). Future work Improve detection Fully integrate with opencv and camera Test with Dobot robot Implement minimax AI algorithm Thanks to Vegard Tveit Dobot mode only supports the player being X at the moment. Increase support for O. Make Dobot return pieces afterwards.