/tic-tac-toe

A javascript version of the classic game

Primary LanguageJavaScript

Tic Tac Toe

###Specification

A Tic-Tac-Toe game against the computer in javascript.

###Technologies used

  • Javascript
  • JQuery
  • Jasmine
  • HTML
  • CSS
  • Git

###How to set it up

git clone https://github.com/aitkenster/tic-tac-toe.git

###How to run it

open index.html in the browser

###How to test it

open SpecRunner.html in the browser

###Future Improvements

  • Refactor the JQuery some more
  • The computer moves are currently random. It would be good to add some logic to them.