EndStorage 2048 game visit : https://2048.g.endmove.eu/. Adapted from the "gabrielecirulli" 2048 game.
c59a35cf62
Reviewed-on: #3 |
||
---|---|---|
assets | ||
webhook | ||
.gitignore | ||
.jshintrc | ||
favicon.ico | ||
index.html | ||
LICENSE | ||
LICENSE.txt | ||
package-lock.json | ||
package.json | ||
README.md |
2048
This project is a refurbished clone of gabrielecirulli's 2048 project.
Its license here still applies with the addition of our Apache 2.0 here.
PLay
The production version is available at https://2048.g.endmove.eu.
To contribut
Run npm install
in the repository directory. To build SCSS run npm run build
. <!> WARN <!>: don't edit .css
file but only .scss
.
Warning: The SCSS is old and needs to be rebuilt from scratch, please do not build it with npm run build, it destroys the mobile compatibility.