1
0
Fork 0
Version multi-joueur du jeu 2048 !
Go to file
jeffcheasey88 b39c986e12 MultiPlayer V1, its a pure 1 vs 1 2023-03-25 19:34:30 +01:00
assets MultiPlayer V1, its a pure 1 vs 1 2023-03-25 19:34:30 +01:00
webhook initial 2022-10-17 09:24:21 +02:00
.classpath MultiPlayer V1, its a pure 1 vs 1 2023-03-25 19:34:30 +01:00
.gitignore refactor archi 2022-10-17 12:21:46 +02:00
.jshintrc initial 2022-10-17 09:24:21 +02:00
.project MultiPlayer V1, its a pure 1 vs 1 2023-03-25 19:34:30 +01: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 MultiPlayer V1, its a pure 1 vs 1 2023-03-25 19:34:30 +01: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.