2048 (Part 8/18)

  • 3
  • Locked
You already know how to move tiles across the board. But that's not all you can do in this game :) If a shift causes two tiles with the same value to "collide", then they merge into one tile whose value is equal to the sum of the merged tiles. Let's implement it. Task conditions: Create a private
You can't complete this task, because you're not signed in.
Comments
  • Popular
  • New
  • Old
You must be signed in to leave a comment
This page doesn't have any comments yet