Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyberlight/tic-tac-toe
Polymer component for game Tic-Tac-Toe
https://github.com/cyberlight/tic-tac-toe
Last synced: 20 days ago
JSON representation
Polymer component for game Tic-Tac-Toe
- Host: GitHub
- URL: https://github.com/cyberlight/tic-tac-toe
- Owner: CyberLight
- Created: 2014-11-22T10:27:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-22T15:14:01.000Z (about 10 years ago)
- Last Synced: 2024-12-10T12:40:04.621Z (29 days ago)
- Language: CSS
- Size: 793 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tic-tac-toe
================See the [component page](http://CyberLight.github.io/tic-tac-toe) for more information.
## Getting Started
We've put together a [guide for tic-tac-toe](http://www.polymer-project.org/docs/start/reusableelements.html) to help get you rolling.
Tic-Tac-Toe Polymer Reusable Element
====================================#### Requirement:
* Installing node with npm using nvm manager
* Installing the following libraries globally:
* `npm install -g bower yo generator-polymer grunt-cli`#### Preparing:
* Create folder named like `tic-tac-toe-component`
* Clone this project inside this folder using git
* Go to `tic-tac-toe` directory#### Install packages for running tests and demo:
* `npm install`#### Install tic-tac-toe element dependencies:
* `bower install`#### For running demo:
* `grunt demo`#### For running tests:
* `grunt test`