threes-gh-pages

所属分类:游戏
开发工具:JavaScript
文件大小:1040KB
下载次数:2
上传日期:2014-06-04 14:32:16
上 传 者stornado@qq.com
说明:  实现手机上的Threes!游戏,在浏览器上轻松玩耍,也可以利用手机浏览器玩耍
(Achieve Threes phone! Game, easy to play in the browser, you can also use your phone' s browser to play)

文件列表:
threes-gh-pages (0, 2014-03-20)
threes-gh-pages\Gruntfile.js (1108, 2014-03-20)
threes-gh-pages\bower.json (612, 2014-03-20)
threes-gh-pages\css (0, 2014-03-20)
threes-gh-pages\css\app.css (24468, 2014-03-20)
threes-gh-pages\css\app.styl (5918, 2014-03-20)
threes-gh-pages\dist (0, 2014-03-20)
threes-gh-pages\dist\js (0, 2014-03-20)
threes-gh-pages\dist\js\setup.js (274460, 2014-03-20)
threes-gh-pages\font (0, 2014-03-20)
threes-gh-pages\font\Signika.woff (23096, 2014-03-20)
threes-gh-pages\img (0, 2014-03-20)
threes-gh-pages\img\QR_code.png (697, 2014-03-20)
threes-gh-pages\img\THREES_trailer.gif (983589, 2014-03-20)
threes-gh-pages\img\btn_appstore.svg (30463, 2014-03-20)
threes-gh-pages\index.html (4800, 2014-03-20)
threes-gh-pages\js (0, 2014-03-20)
threes-gh-pages\js\mod (0, 2014-03-20)
threes-gh-pages\js\mod\jquery.transition.js (1404, 2014-03-20)
threes-gh-pages\js\setup.js (585, 2014-03-20)
threes-gh-pages\js\threes (0, 2014-03-20)
threes-gh-pages\js\threes\app.js (174, 2014-03-20)
threes-gh-pages\js\threes\collections (0, 2014-03-20)
threes-gh-pages\js\threes\collections\tiles.js (5819, 2014-03-20)
threes-gh-pages\js\threes\main.js (3335, 2014-03-20)
threes-gh-pages\js\threes\models (0, 2014-03-20)
threes-gh-pages\js\threes\models\tile.js (1221, 2014-03-20)
threes-gh-pages\js\threes\modules (0, 2014-03-20)
threes-gh-pages\js\threes\modules\env.js (212, 2014-03-20)
threes-gh-pages\js\threes\modules\keyboard_listener.js (1795, 2014-03-20)
threes-gh-pages\js\threes\modules\matrix_manager.js (3507, 2014-03-20)
threes-gh-pages\js\threes\modules\random_pool.js (806, 2014-03-20)
threes-gh-pages\js\threes\modules\swiper.js (2696, 2014-03-20)
threes-gh-pages\js\threes\views (0, 2014-03-20)
threes-gh-pages\js\threes\views\home.js (305, 2014-03-20)
threes-gh-pages\js\threes\views\playing.footer.js (720, 2014-03-20)
threes-gh-pages\js\threes\views\playing.header.js (1185, 2014-03-20)
threes-gh-pages\js\threes\views\playing.js (6535, 2014-03-20)
... ...

# Threes! This is a copy of the popular iOS game [Threes!](https://itunes.apple.com/us/app/threes!/id779157948?mt=8&ign-mpt=uo%3D2) with HTML, CSS and JavaScript. It is still under construction but a demo is availbale [here](http://mondaychen.github.io/threes/#playing). The demo is tested on the lastest version of Chrome. You can report bugs in the [issues](https://github.com/mondaychen/threes/issues). ## About the game The primary goal of the game is to make a number as big as you can before you run out of moves. Rules: * 1+2=3 * 3 and bigger numbers merge with itself: 3+3=6, 6+6=12... * All the movable cards move together. ## Development Steps before see it locally: 1. install [Node.js](http://nodejs.org/) 2. install [Bower](http://bower.io/) and [Grunt](http://gruntjs.com/): `npm install -g bower && npm install -g grunt-cli` 3. open the dictionary of this repository and run: ``` npm install bower install grunt ``` If you want to change any JavaScript or CSS codes, run `grunt watch` in advance to make the changes work.

近期下载者

相关文件


收藏者