../lab / 2048

$ ./2048.exe

经典数字消除。↑↓←→ 移动方块,merge same number。

# 原理 每步把一行 / 列的非空格向一侧靠拢、相邻同值合并一次,再在随机空格生成 2 或 4。

正在加载交互组件…