An open API service indexing awesome lists of open source software.

https://github.com/en10/tttai

TicTacToe using simple Random Learning and Search AI to play
https://github.com/en10/tttai

Last synced: 5 months ago
JSON representation

TicTacToe using simple Random Learning and Search AI to play

Awesome Lists containing this project

README

          

TicTacToe using simple Random Learning and Search AI to play

TicTacToe game made using HTML5 & node

Aim:
learn.js
randomly generates games and saves them in games.txt

index.html
is where games can be played using previously learnt games
if a new game is found then it is saved.