Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 845 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 845 Bytes

TicTacToe

Algorithm implementation for a tic tac toe playing robo arm. Game AI with CLI and board layout recognition from image is implemented.

Following image is the input image for the system.

Resulting image is shown below,

Detected layout of the image is shown below,

Then by using the Game-AI(Min max implementation without pruning was implemented here) best move is selected and sent the command to the robo arm.