This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from hyhstyle/main
参赛作品:飞翔的小鸟 游戏提交
- Loading branch information
Showing
5 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## 操作 | ||
|
||
通过`↑` `↓` `←` `→` 来控制bird移动,避免撞到管道障碍物。 | ||
|
||
## 提示 | ||
|
||
基本操作:玩家键盘上键控制小鸟上升,放松手指则小鸟会快速下降。点击上键的频率和力度需要掌握好,以保持小鸟在空中的平衡<br> | ||
|
||
游戏目标:玩家的目标是控制小鸟穿越由不同长度水管组成的障碍,安全通过每一个障碍物而不撞到水管。每成功通过一个障碍物,小鸟就会获得1分,如果撞到水管则游戏结束。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
方向键移动,躲避障碍物成功得分 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
FlyBird |