- Movie1: https://vine.co/v/OHOQZYOXghv
- Movie2: https://vine.co/v/OHOPY25nJtm
- ラボの忘年会ネタでつくりました
- 5匹のももわサンタがおうちにプレゼントを配達するゲームです
- 好きなももわサンタを選びます
- スマートフォンをふりふりするとももさサンタがお家まで走っていきます
- 最初についたももわサンタが勝ち!
- HTML5とNode.jsでできてます
- Node.jsがインストールされたPCにcloneします
- 依存関係のインストールたのめ,cloneしたディレクトリの中で
npm install
node index
でサーバ起動,http://localhost:3000/shake
でゲーム画面がでます- スマートフォンからは
http://サーバのIPとか:3000/
- 好きなももわさの色を選んでふりふりすると,画面のももわさが走る!
- チームプレイも楽しいです☆ 振り幅の調整は
index.html/105行目
で変更できます
- Clone this repository in your PC which is installed Node.js
- To install some dependecies, run
npm install
in cloned directory - Run
node index
, then the server will start and you can accesshttp://localhost:3000/shake
from web browser!! - For client smartphones or tablets
http://SERVERADDRESS:3000/
- Set your Momowasanta from pulldown, and Shake! and Enjoy!! :)
- You can change shaking weight at
index.html:105