2048 Game Bot Project

$ Source Code

toy_archive/2048_ai at main ยท hekoh99/toy_archive

$ Overview

2048.jpeg

The 2048 Game Bot project involves developing a bot that plays the 2048 game using four distinct heuristics to optimize its gameplay. The bot calculates the best possible move within a time limit of 1/12 of a second.


Heuristics Used

  1. Big:
  2. Emptyness:
  3. Monotonicity:
  4. Smoothness:

Algorithm and Time Constraint


Key Learnings