SajjadAemmi/TicTacToeAI
Artificial Intelligence TicTacToe with multiple languages
This project offers a Tic-Tac-Toe game where you can play against an artificial intelligence opponent. You input your moves, and the AI makes its moves, challenging you to win. It's designed for anyone who enjoys playing Tic-Tac-Toe and wants to test their skills against a computer.
Use this if you want to play a classic 3x3 Tic-Tac-Toe game against an AI, either in your web browser or through a command-line interface.
Not ideal if you're looking for advanced game variations, multiplayer options against other humans, or a game with highly complex graphics.
Stars
20
Forks
2
Language
JavaScript
License
—
Category
Last pushed
Dec 22, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/SajjadAemmi/TicTacToeAI"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ernestoyaquello/TwoPlayerZeroSumGameEngine
Basic AI engine written in C# that implements the alpha–beta pruning algorithm to create...
Jelmerro/fox-and-hounds-ai
Researching Minimax AI for the Fox and Hounds board game
mechanicles/ruby-tictactoe
Tic-Tac-Toe game with artificial intelligence made in Ruby
wannesm/dotsandboxes
Javascript Dots-and-Boxes application with support for game-playing agents.
martin226/tic-tac-toe-ai
🤖A Tic-Tac-Toe solver that uses the minimax algorithm and alpha-beta pruning to make it unbeatable