2048代码
Showing
.gitignore
0 → 100644
.jshintrc
0 → 100644
CONTRIBUTING.md
0 → 100644
LICENSE.txt
0 → 100644
README.md
0 → 100644
Rakefile
0 → 100644
favicon.ico
0 → 100644
4.2 KB
index.html
0 → 100644
js/animframe_polyfill.js
0 → 100644
js/application.js
0 → 100644
js/bind_polyfill.js
0 → 100644
js/classlist_polyfill.js
0 → 100644
js/game_manager.js
0 → 100644
js/grid.js
0 → 100644
js/html_actuator.js
0 → 100644
js/keyboard_input_manager.js
0 → 100644
js/local_storage_manager.js
0 → 100644
js/tile.js
0 → 100644
meta/apple-touch-icon.png
0 → 100644
5.7 KB
69.0 KB
41.0 KB
package-lock.json
0 → 100644
此差异已折叠。
package.json
0 → 100644
{ | ||
"name": "2048", | ||
"version": "1.0.0", | ||
"description": "A small clone of [1024](https://play.google.com/store/apps/details?id=com.veewo.a1024), based on [Saming's 2048](http://saming.fr/p/2048/) (also a clone).", | ||
"main": "index.js", | ||
"scripts": { | ||
"dev": "live-server" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitcode.net/cloud-ide/2048.git" | ||
}, | ||
"author": "Aresn", | ||
"license": "MIT", | ||
"dependencies": { | ||
"live-server": "^1.2.2" | ||
} | ||
} |
preview.yml
0 → 100644
文件已添加
此差异已折叠。
文件已添加
文件已添加
此差异已折叠。
文件已添加
文件已添加
此差异已折叠。
文件已添加
style/fonts/clear-sans.css
0 → 100644
style/helpers.scss
0 → 100644
style/main.css
0 → 100644
此差异已折叠。
style/main.scss
0 → 100644
此差异已折叠。