Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 533 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 533 Bytes

Artificial intelligence player for 2048 game

This is JavaScript AI player for the original 2048 game (http://gabrielecirulli.github.io/2048/) by @gabrielecirulli that runs from the address bar.

How to run

  1. Run npm install
  2. Run npm start and copy the ouput.
  3. Go to http://gabrielecirulli.github.io/2048/
  4. Paste the output in the browser address bar (browser can strip javascript: prefix so you need to restore it).
  5. Press Enter and enjoy!

License

MIT