2022-10-17 09:24:21 +02:00
|
|
|
# 2048
|
|
|
|
|
|
|
|
This project is a refurbished clone of [gabrielecirulli](https://github.com/gabrielecirulli/2048)'s 2048 project.
|
|
|
|
|
|
|
|
Its license [here](./LICENSE.txt) still applies with the addition of our Apache 2.0 [here](./LICENSE).
|
|
|
|
|
|
|
|
## PLay
|
|
|
|
|
2022-10-17 12:21:46 +02:00
|
|
|
The production version is available at [https://2048.g.endmove.eu](https://2048.g.endmove.eu).
|
|
|
|
|
|
|
|
## To contribut
|
|
|
|
|
2022-10-23 22:14:15 +02:00
|
|
|
~~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.
|