EndStorage 2048 game visit : https://2048.g.endmove.eu/. Adapted from the "gabrielecirulli" 2048 game.
Go to file
Jérémi N ‘EndMove’ c59a35cf62 Merge pull request 'fixing mobile compatibility' (#3) from dev into master
Reviewed-on: #3
2022-10-23 20:16:20 +00:00
assets Merge pull request 'fixing mobile compatibility' (#3) from dev into master 2022-10-23 20:16:20 +00:00
webhook initial 2022-10-17 09:24:21 +02:00
.gitignore refactor archi 2022-10-17 12:21:46 +02:00
.jshintrc initial 2022-10-17 09:24:21 +02:00
LICENSE initial 2022-10-17 09:24:21 +02:00
LICENSE.txt initial 2022-10-17 09:24:21 +02:00
README.md fixing mobile compatibility 2022-10-23 22:14:15 +02:00
favicon.ico initial 2022-10-17 09:24:21 +02:00
index.html refactor archi 2022-10-17 12:21:46 +02:00
package-lock.json refactor archi 2022-10-17 12:21:46 +02:00
package.json refactor archi 2022-10-17 12:21:46 +02:00

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.