Skip to content
Tripp Lyons edited this page Nov 11, 2015 · 8 revisions

My AI

Moves

  1. Down (for keeping tiles together)
  2. Left (for merging and keeping tiles together)
  3. Right (for merging)
  4. Up (only when needed)

"Stalling"

When when the bottom-left corner is a small number, you should move down or right, respectively, until a 2 or a 4 pops up, then you can insert it, to pile on it.

Piling

When the bottom-left corner is not the biggest tile, you should make making it bigger a priority.

Special Cases

Clone this wiki locally