Skip to content

A virtual tic tac toe player that can recognize board state using camera. Ten years ago it was geometry, now it is named AI.

Notifications You must be signed in to change notification settings

arkadiuss/show_me_tic_tac_toe

Repository files navigation

Show me tic tac toe

A virtual player that can use computer camera to observe state and make move in a popular Tic Tac Toe game.

Features

  • recognizing state in the real-time using copmuter camera (examples in files: out.png, out2.png)
  • determining next move
  • communicating with the user using Text-to-Speech
  • handling different games' strategies

Setup

virtualenv venv
. venv/bin/activate
pip install -r requirements.txt

About

A virtual tic tac toe player that can recognize board state using camera. Ten years ago it was geometry, now it is named AI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages