Sh1n / tic-tac-toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe

A simple javascript implementation of the Tic Tac Toe game.

Based on the Angular Js framework, the codebase and modules are managed by Yarn.

In order to see the intermediate result on you browser, point yourself in the project dir and fire the following commands:

$ yarn install
$ yarn start

Open the game on http://localhost:5000

Current deployment is available on S3, served as a static website. Hosted version

If you want to build the dist version fire the following command:

$ yarn build

build folder will contain the resulting assets.

TODO

  • Tests

About


Languages

Language:JavaScript 76.7%Language:HTML 16.3%Language:CSS 6.9%