Skip to content

chirag-goel16/dao-2048

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048

2048

2048 是一款数字益智游戏,相同数字的方块合并在一起时会相加。每一回合都会多出一块写有 2 或者 4 的方块,当方块无法移动时游戏结束。玩家要想办法在这个小小的 16 个格子中凑出一块带有 2048 (或更大)的方块。

2048 is a number puzzle game. When the squares of the same number are merged together, they will add up. Each round will have an extra square with 2 or 4 written on it, and the game ends when the square cannot be moved. Players have to find a way to make up a square with 2048 (or larger) in this small 16 squares.

鸣谢

Thanks

本镜像源自于 Docker Hub 镜像 alexwhen/docker-2048,感谢开发者 alexwhen 的热心支持。

This image is derived from the Docker Hub image alexwhen/docker-2048, thanks to the developer**[alexwhen] (https://github.com/alexwhen)** enthusiastic support.

Packages

No packages published

Languages

  • JavaScript 39.2%
  • CSS 33.3%
  • SCSS 20.1%
  • HTML 6.8%
  • Dockerfile 0.6%