Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #107 from tidys/main
Browse files Browse the repository at this point in the history
参赛游戏2048
  • Loading branch information
bzy-debug authored Nov 14, 2024
2 parents e5e42bf + 47081f1 commit 1f7ac06
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions teams/疯狂星期四/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 操作
通过 `` `` `` `` 来控制数字移动合并
## 玩法
每次移动,所有的数字都会移动一格,如果两个数字相邻并且相等,那么就会合并为新的数字,直到无法移动合并为止。你能合并到数字多少呢?
1 change: 1 addition & 0 deletions teams/疯狂星期四/control
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
通过 `↑` `↓` `←` `→` 来控制数字移动合并
Binary file added teams/疯狂星期四/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added teams/疯狂星期四/game.wasm
Binary file not shown.
1 change: 1 addition & 0 deletions teams/疯狂星期四/title
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
合成2048

0 comments on commit 1f7ac06

Please sign in to comment.