How can I implement the merge functionality for 2048

前端 未结 0 1252
夕颜
夕颜 2021-02-15 10:39

I am trying to implement the game 2048 using JavaScript. I am using a two-dimensional array to represent the board. For each row, it is represented using an array of integers.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题