Tic-Tac-Toe in JavaScript and HTML5 optimized for offline play on a mobile device
  • JavaScript 93%
  • CSS 3.7%
  • HTML 3.3%
Find a file
2014-05-19 00:00:21 -04:00
jasmine Got jasmine to be quite about it's own calls 2014-05-15 15:20:34 -04:00
tests Rename getAll to getCommands 2014-05-19 00:00:21 -04:00
www Rename getAll to getCommands 2014-05-19 00:00:21 -04:00
README.md Added comment regarding AI logic 2014-05-18 03:50:49 -04:00

tic-tac-toe

Tic-Tac-Toe in JavaScript and HTML5 optimized for offline play on a mobile device

Primarily a play-ground area to learn how to upgrade my skills.

  • Using Jasmine for unit-testing javascript, similar to Ruby on Rails RSpec ( https://github.com/pivotal/jasmine )
  • implment AI logic based on Newell and Simon's 1972 tic-tac-toe program