├── README.md ├── fis-conf.js ├── img ├── apple-touch-icon-114.png ├── apple-touch-icon-144.png ├── arrow.png ├── ball.png ├── bg.png ├── fail.png ├── favicon.ico ├── gate.png ├── gate_l.png ├── gate_r.png ├── guide.png ├── icon.png ├── keeper.png ├── loading.gif ├── player_1.png ├── player_2.png ├── slide.png ├── squirrel.png ├── timer.png └── win.png ├── index.css ├── index.html ├── index.js └── js ├── WeixinApi.js ├── amd.js ├── arrow.js ├── ball.js ├── bg.js ├── easeljs-0.7.1.min.js ├── gate.js ├── keeper.js ├── log.js ├── main.js ├── player.js ├── preloadjs-0.4.1.min.js ├── score.js ├── squirrel.js ├── timer.js ├── tweenjs-0.5.1.min.js └── ui.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/README.md -------------------------------------------------------------------------------- /fis-conf.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/apple-touch-icon-114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/img/apple-touch-icon-114.png -------------------------------------------------------------------------------- /img/apple-touch-icon-144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/img/apple-touch-icon-144.png -------------------------------------------------------------------------------- /img/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/img/arrow.png -------------------------------------------------------------------------------- /img/ball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/img/ball.png -------------------------------------------------------------------------------- /img/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/img/bg.png -------------------------------------------------------------------------------- /img/fail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/img/fail.png -------------------------------------------------------------------------------- /img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/img/favicon.ico -------------------------------------------------------------------------------- /img/gate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/img/gate.png -------------------------------------------------------------------------------- /img/gate_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/img/gate_l.png -------------------------------------------------------------------------------- /img/gate_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/img/gate_r.png -------------------------------------------------------------------------------- /img/guide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/img/guide.png -------------------------------------------------------------------------------- /img/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/img/icon.png -------------------------------------------------------------------------------- /img/keeper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/img/keeper.png -------------------------------------------------------------------------------- /img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/img/loading.gif -------------------------------------------------------------------------------- /img/player_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/img/player_1.png -------------------------------------------------------------------------------- /img/player_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/img/player_2.png -------------------------------------------------------------------------------- /img/slide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/img/slide.png -------------------------------------------------------------------------------- /img/squirrel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/img/squirrel.png -------------------------------------------------------------------------------- /img/timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/img/timer.png -------------------------------------------------------------------------------- /img/win.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/img/win.png -------------------------------------------------------------------------------- /index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/index.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/index.html -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/index.js -------------------------------------------------------------------------------- /js/WeixinApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/js/WeixinApi.js -------------------------------------------------------------------------------- /js/amd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/js/amd.js -------------------------------------------------------------------------------- /js/arrow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/js/arrow.js -------------------------------------------------------------------------------- /js/ball.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/js/ball.js -------------------------------------------------------------------------------- /js/bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/js/bg.js -------------------------------------------------------------------------------- /js/easeljs-0.7.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/js/easeljs-0.7.1.min.js -------------------------------------------------------------------------------- /js/gate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/js/gate.js -------------------------------------------------------------------------------- /js/keeper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/js/keeper.js -------------------------------------------------------------------------------- /js/log.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/js/log.js -------------------------------------------------------------------------------- /js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/js/main.js -------------------------------------------------------------------------------- /js/player.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/js/player.js -------------------------------------------------------------------------------- /js/preloadjs-0.4.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/js/preloadjs-0.4.1.min.js -------------------------------------------------------------------------------- /js/score.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/js/score.js -------------------------------------------------------------------------------- /js/squirrel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/js/squirrel.js -------------------------------------------------------------------------------- /js/timer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/js/timer.js -------------------------------------------------------------------------------- /js/tweenjs-0.5.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/js/tweenjs-0.5.1.min.js -------------------------------------------------------------------------------- /js/ui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fouber/goal/HEAD/js/ui.js --------------------------------------------------------------------------------