Skip to content

Latest commit

 

History

History

README.md

Tic Tac Toe

A simple demo showing a smart agent playing Tic Tac Toe against a human. The AI opponent uses GPT-4o to make strategic moves.

Quick Start

Copy .env.example to .env and fill in your OpenAI API key.

npm i && npm start

Visit http://localhost:5174 to play against the agent.