ericdrosado / JS-Tic-Tac-Toe

Tic-Tac-Toe Game for Player vs Player or Player vs Unbeatable AI

Home Page:https://erics-tic-tac-toe.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eric's Tic Tac Toe Game Build Status

Click here to play!

To play game locally:

  • Clone this repository
  • In the root directory:
npm install
npm install -g beefy
npm install -g browserify
browserify src/index.js -o bundle.js
beefy --browserify bundle.js
  • Open http://localhost:9966 in your browser.

To run tests:

  • In the root directory:
npm install testem -g
browserify spec/test.js -o test_bundle.js
testem

About

Tic-Tac-Toe Game for Player vs Player or Player vs Unbeatable AI

https://erics-tic-tac-toe.herokuapp.com

License:MIT License


Languages

Language:JavaScript 98.7%Language:HTML 1.1%Language:CSS 0.1%Language:Procfile 0.0%