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
- Host: GitHub
- URL: https://github.com/en10/tttai
- Owner: EN10
- Created: 2014-02-01T16:29:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-10-15T17:44:21.000Z (almost 10 years ago)
- Last Synced: 2025-02-01T09:43:45.901Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 4.14 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.