/advocate

Primary LanguageJavaScript

Advocate TicTacToe Sample Code

A public sample of some of the code written for LeadPulser.

You can see the live project at http://advocate.endquery.com

Introduction:

Introducing the world's best tic-tac-toe game. Playing this game will guarantee to not only make you smarter, but also make you run faster, sleep harder and be able to recite the book War and Peace from memory (So much Wow!).

Screenshots

App Screenshot

Getting Started

Clone this repository

Install the dependencies:

npm install

Run the application

npm start

Run the tests using:

npm test