An open API service indexing awesome lists of open source software.

https://github.com/dafrok/game-pick-it-up

Game: Pick it up!
https://github.com/dafrok/game-pick-it-up

Last synced: 3 months ago
JSON representation

Game: Pick it up!

Awesome Lists containing this project

README

          

# Game: Pick it up!
### Demo
[Try this game](http://dafrok.github.io/game-pick-it-up/)

### Usage
```JavaScript
var source = require('./source.js');
var Game = require('./game/game.js');

var game = new Game({
el: '#game',
source: source
});
```