A fork of 2048 for PhD students. (Yes, you can create a professor's 2048 in which two students become a garbage tile.)
Made just for procrastination. Play it here!
Feel free to fork and create your own version of 2048. A few suggestions on what to fiddle with:
- Change tile names in
html_actuator.js; - Change game description in
index.html; - Change the detection of user's preferred language in
application.js(if not required, remove the detection code andi18n.js); - Update
i18n.jswith your changes (i18n.jsis a later addition that implements a language switch - the game should be able to run without it); - Change screenshots and icons in
meta/; - Change the
appIDand choose when to prompt a mobile user to add this web app to their home screen, nearaddToHomescreeninindex.html.
As with the original 2048, the master branch contains the complete game except for sharing features, analytics, etc., which are not transferrable to a fork.
Therefore you should use the master branch rather than gh-pages, and add your own sharing and tracking code as appropriate.
- I have to make changes directly to
main.cssinstead ofmain.scss, because compiling the originalmain.scssdoes not reproduce the originalmain.css.
PhD 2048 is licensed under the GNU General Public License.