Skip to content

namannehra/game-snakes

Repository files navigation

Demo and API docs

<game-snakes>

An element providing a snakes game.

Installing

Element dependencies are managed via Bower. You can install that via:

npm install -g bower

Then, go ahead and download the element:

bower install --save game-snakes

Using

Import the element:

<link rel="import" href="bower_components/game-snakes/game-snakes.html">

Use the element:

<game-snakes></game-snakes>

Demo and API docs

This element is made using Polymer