I am building a Tic Tac Toe–playing robot using the SO-ARM101 robotic arm and a camera-based vision system. The robot detects the board state using computer vision and places its moves autonomously.
The system uses Python with OpenCV to process…
I am building a Tic Tac Toe–playing robot using the SO-ARM101 robotic arm and a camera-based vision system. The robot detects the board state using computer vision and places its moves autonomously.
The system uses Python with OpenCV to process camera input and determine where pieces are placed. A simple game algorithm allows the robot to respond to the player’s moves and play a full game of Tic Tac Toe. (Maybe chess next!!![probs not tho T_T])
Used claude and gemini for debugging and helping with planning. (also the actual project like machine learning obviously)