gabrielemartire/how_my_pc_learned_tictactoe
A simple project in JavaScript (Node.js) that demonstrates how a PC can learn to play Tic-Tac-Toe using a Reinforcement Learning (Q-Learning) approach, fully implemented from scratch without external machine learning libraries.
Stars
1
Forks
—
Language
JavaScript
License
—
Category
Last pushed
Jan 15, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/gabrielemartire/how_my_pc_learned_tictactoe"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
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
GantMan/tictactoe-ai-tfjs
Train your own TensorFlow.js Tic Tac Toe
GeorgeSeif/Tic-Tac-Toe-AI
A tic tac toe game with an AI opponent using minimax algorithm and alpha-beta pruning