cesarfigueroa / tic-tac-toe

An unbeatable game of Tic Tac Toe.

Home Page:http://cesarfigueroa.org/tic-tac-toe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe AI

In 1993, Kevin Crowley and Robert S. Siegler devised a strategy for playing a perfect game of Tic Tac Toe. This project is a JavaScript implementation of that strategy. You can play—and try to beat it—in this nice web interface.

Tic Tac Toe UI


Note: This game uses many modern technologies, such as calc and viewport units in CSS and classList in JavaScript. Therefore, you should run it in a modern browser that supports CSS3 and ES5. Unless, you don’t want to play. In which case, feel free to use IE6 😊

About

An unbeatable game of Tic Tac Toe.

http://cesarfigueroa.org/tic-tac-toe/

License:MIT License


Languages

Language:JavaScript 77.2%Language:CSS 22.8%