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!
- Host: GitHub
- URL: https://github.com/dafrok/game-pick-it-up
- Owner: Dafrok
- Created: 2015-12-23T04:26:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-23T09:29:56.000Z (over 10 years ago)
- Last Synced: 2025-12-30T12:34:47.951Z (7 months ago)
- Language: JavaScript
- Homepage: http://dafrok.github.io/game-pick-it-up
- Size: 855 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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
});
```