tbprojects / js-bdd-tictactoe

javascript grunt/jasmine bdd tictactoe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe

The best JavaScript BDD TicTacToe ever.

Getting Started

Install PhantomJS

For 32-bit Linux system:

wget http://phantomjs.googlecode.com/files/phantomjs-1.7.0-linux-i686.tar.bz2
tar -jxvf phantomjs-1.7.0-linux-i686.tar.bz2
sudo cp phantomjs-1.7.0-linux-i686/bin/phantomjs /usr/bin/
rm -rf phantomjs-1.7.0-linux-i686*

Install grunt

sudo su
apt-get install npm
npm install -g grunt

Install grunt-jasmine-runner

cd js-bdd-tictactoe
npm install grunt-jasmine-runner

Run tests

grunt

About

javascript grunt/jasmine bdd tictactoe

License:MIT License


Languages

Language:JavaScript 100.0%