gabrielecirulli / 2048

A small clone of 1024 (https://web.archive.org/web/20140328011720/https://play.google.com/store/apps/details?id=com.veewo.a1024)
MIT License
12.09k stars 16.92k forks source link

I haved forked this game and then made enhancements to it. #543

Closed thedoggybrad closed 1 year ago

thedoggybrad commented 1 year ago

I have forked this game and then made enhancements to it, here's the link.: https://thedoggybrad.github.io/2048ontheweb/

Github: https://github.com/thedoggybrad/2048ontheweb

Credits for those enhancements: My Own Experiments The Abandoned Pull Requests on this repository

Some of the highlights I have done: Merged all the JavaScript files into the game.js Add PWA app support Add a move counter and put all the counters below the New Game button and the game description. Added a confirmation to New Game Disabled Text Selection, Clipboard and Pull to Refresh to make it look like a mobile game Applied Abandoned Bug Fixes (From the abandoned Pull Requests of this repository) Modernized the UI The Game Instructions now popup in a click of a button.

I am just posting this, just to let the contributors on this repository's pull request that I have used their contributions. By the way, the managers of this repository may use the changes and enhancements I do to my own fork for this repository, since it is licensed under the ISC License.