Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 441 Bytes

File metadata and controls

14 lines (11 loc) · 441 Bytes

2048 Game

Just another 2048 game. This was developed as a pet project for the following purposes:

  • Attempt to code up a game
  • Attempt to write a solver to solve 2048 as well or better than I can (which should be too hard!)

Features

  • Console based JS play
  • HTML5 canvas front end play
  • Solvers to automatically play 2048

License

This is licensed under MIT. For more information feel free to check out the source code.