├── .project ├── css ├── animate.css └── common.css ├── img ├── bac.png ├── bac_btn.png ├── bottom.png ├── btn.png ├── cbac.png ├── font_bac.png ├── icon1.png ├── tc.png └── tree.png ├── index.html ├── js ├── ck.csv ├── data.json ├── images │ ├── img_0.png │ ├── img_1.png │ ├── img_10.png │ ├── img_11.png │ ├── img_12.png │ ├── img_13.png │ ├── img_14.png │ ├── img_15.png │ ├── img_2.png │ ├── img_3.png │ ├── img_4.png │ ├── img_5.png │ ├── img_6.png │ ├── img_7.png │ ├── img_8.png │ └── img_9.png ├── index.js └── vue.js ├── mp3 ├── bgmzuci.mp3 ├── soundzuci1.mp3 ├── soundzuci2.mp3 ├── soundzuci3.mp3 ├── soundzuci4.mp3 └── soundzuci5.mp3 └── readme.md /.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/.project -------------------------------------------------------------------------------- /css/animate.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/css/animate.css -------------------------------------------------------------------------------- /css/common.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/css/common.css -------------------------------------------------------------------------------- /img/bac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/img/bac.png -------------------------------------------------------------------------------- /img/bac_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/img/bac_btn.png -------------------------------------------------------------------------------- /img/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/img/bottom.png -------------------------------------------------------------------------------- /img/btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/img/btn.png -------------------------------------------------------------------------------- /img/cbac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/img/cbac.png -------------------------------------------------------------------------------- /img/font_bac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/img/font_bac.png -------------------------------------------------------------------------------- /img/icon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/img/icon1.png -------------------------------------------------------------------------------- /img/tc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/img/tc.png -------------------------------------------------------------------------------- /img/tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/img/tree.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/index.html -------------------------------------------------------------------------------- /js/ck.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/js/ck.csv -------------------------------------------------------------------------------- /js/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/js/data.json -------------------------------------------------------------------------------- /js/images/img_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/js/images/img_0.png -------------------------------------------------------------------------------- /js/images/img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/js/images/img_1.png -------------------------------------------------------------------------------- /js/images/img_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/js/images/img_10.png -------------------------------------------------------------------------------- /js/images/img_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/js/images/img_11.png -------------------------------------------------------------------------------- /js/images/img_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/js/images/img_12.png -------------------------------------------------------------------------------- /js/images/img_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/js/images/img_13.png -------------------------------------------------------------------------------- /js/images/img_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/js/images/img_14.png -------------------------------------------------------------------------------- /js/images/img_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/js/images/img_15.png -------------------------------------------------------------------------------- /js/images/img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/js/images/img_2.png -------------------------------------------------------------------------------- /js/images/img_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/js/images/img_3.png -------------------------------------------------------------------------------- /js/images/img_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/js/images/img_4.png -------------------------------------------------------------------------------- /js/images/img_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/js/images/img_5.png -------------------------------------------------------------------------------- /js/images/img_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/js/images/img_6.png -------------------------------------------------------------------------------- /js/images/img_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/js/images/img_7.png -------------------------------------------------------------------------------- /js/images/img_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/js/images/img_8.png -------------------------------------------------------------------------------- /js/images/img_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/js/images/img_9.png -------------------------------------------------------------------------------- /js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/js/index.js -------------------------------------------------------------------------------- /js/vue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/js/vue.js -------------------------------------------------------------------------------- /mp3/bgmzuci.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/mp3/bgmzuci.mp3 -------------------------------------------------------------------------------- /mp3/soundzuci1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/mp3/soundzuci1.mp3 -------------------------------------------------------------------------------- /mp3/soundzuci2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/mp3/soundzuci2.mp3 -------------------------------------------------------------------------------- /mp3/soundzuci3.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/mp3/soundzuci3.mp3 -------------------------------------------------------------------------------- /mp3/soundzuci4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/mp3/soundzuci4.mp3 -------------------------------------------------------------------------------- /mp3/soundzuci5.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/mp3/soundzuci5.mp3 -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fanshyiis/H5WordsGame/HEAD/readme.md --------------------------------------------------------------------------------