https://github.com/thecodejack/2048
2048 with cheat mode
https://github.com/thecodejack/2048
Last synced: about 1 year ago
JSON representation
2048 with cheat mode
- Host: GitHub
- URL: https://github.com/thecodejack/2048
- Owner: thecodejack
- License: mit
- Created: 2014-03-12T12:41:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-13T07:00:13.000Z (over 12 years ago)
- Last Synced: 2025-02-14T02:54:56.713Z (over 1 year ago)
- Language: JavaScript
- Size: 391 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
2048
====
2048 with cheat mode
You can enable cheatmode using Ctrl+Alt+C command and press any of arrow keys to bluff as if you are playing to a friend.
In cheatmode, for every arrow key press game will use algorithm implemented by [oc3y](https://github.com/ov3y) and move accordingly.
For demo
##[click here](http://thecodejack.github.io/2048/).