/tic-tac-toe

quick tic tac toe ai

Primary LanguageCoffeeScript

Tic Tac Toe game

Uses no libraries because jQuery is too easy. Do not modify the HTML or Javascript, your changes will not be saved

Instructions for compiling

Install npm and python $ npm install -g coffeescript $ npm install -g jade $ jade -w . & coffee -wc . & python -m SimpleHTTPServer

Instructions for running

Install Python 2 $ python -m SimpleHTTPServer Go to localhost:8000 in any web browser