GantMan/tictactoe-ai-tfjs
Train your own TensorFlow.js Tic Tac Toe
This project helps you understand how a computer can learn to play Tic Tac Toe. You provide the game's state as input, and the system predicts the best next move. This is for anyone curious about how basic artificial intelligence works through a fun, classic game.
No commits in the last 6 months.
Use this if you want to explore how neural networks can learn decision-making in a simple, visual game.
Not ideal if you're looking for a complex AI for strategic games or production-ready machine learning applications.
Stars
61
Forks
18
Language
JavaScript
License
MIT
Category
Last pushed
Jul 09, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/GantMan/tictactoe-ai-tfjs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
Cledersonbc/tic-tac-toe-minimax
Minimax is a AI algorithm.
LazoVelko/Tic-Tac-Toe
An unbeatable game of Tic Tac Toe.
mscroggs/MENACE
Machine Educable Noughts And Crosses Engine
jamesq9/Tic-Tac-Toe-Machine-Learning-Using-Reinforcement-Learning
A Python Program to implement Machine Learning for the Game Tic Tac Toe (3x3) using...
GeorgeSeif/Tic-Tac-Toe-AI
A tic tac toe game with an AI opponent using minimax algorithm and alpha-beta pruning