Inspiration
The idea came from us wanting to better board games such as chess by being able to review moves made and improve on strategy. We developed tic hac toe, as a proof of concept for this idea.
What it does
tic hac toe uses a camera to read tic tac toe moves. It then predicts the next best move for the player to do in order to win. Along the way tic hac toe gives a summary of the game moves made as well as the recommended best game moves.
How we built it
We used an IP camera app to render an image of the tic tac toe board and we analysed each box and developed the optimization and prediction function s for it in Python.
Challenges we ran into
The IP camera app we used to take photos of the tic tac toe board often ran into technical issues
Accomplishments that we're proud of
We are proud of being able to use code we created to analyze an image and create optimization functions to guide the game.
What we learned
Overall, our knowledge regarding computer vision has stepped up. Also, working in a team where everyone is from a different background has definitely helped us learn from each other and have a more wholesome experience in general.
What's next for Tick Hack Toe
This concept can be incorporated into other board games as well such as checkers and chess.

Log in or sign up for Devpost to join the conversation.