This is JavaScript AI player for the original 2048 game (http://gabrielecirulli.github.io/2048/) by @gabrielecirulli that runs from the address bar.
- Run
npm install
- Run
npm start
and copy the ouput. - Go to http://gabrielecirulli.github.io/2048/
- Paste the output in the browser address bar (browser can strip
javascript:
prefix so you need to restore it). - Press
Enter
and enjoy!
MIT