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 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'moonbitlang:main' into main
- Loading branch information
Showing
38 changed files
with
399 additions
and
106 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
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
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,7 @@ | ||
# Moonbit | ||
Game | ||
我准备做一个格斗游戏,暂时没有建模(后期会进行添加) | ||
游戏玩法: | ||
选出角色进行战斗,可以两个人对打也可以打人机 | ||
左右方向移动 | ||
下方向攻击 |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,18 @@ | ||
## 项目描述 | ||
一个开源的游戏开发项目 | ||
|
||
## 游戏简介 | ||
通过↑ ↓ ← → 来控制人物移动 | ||
Go to the door 是一款跑酷冒险类游戏,在充满邪念与恶意的地图中存活下来,到达地图中的大门才能喘息片刻并挑战下一关! | ||
致敬和模仿LEVEL DEVIL。 | ||
|
||
## 主要功能 | ||
- **多样的关卡设计**:包含多个关卡,每个关卡都有独特的挑战和谜题。 | ||
|
||
## 贡献者和致谢 | ||
|
||
贡献者: | ||
xuancai | ||
|
||
特别感谢: | ||
所有贡献者和开源社区的支持。 |
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 @@ | ||
通过↑ ↓ ← → 来控制人物移动 |
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 @@ | ||
Go to the door |
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,32 @@ | ||
# 飞机大战 | ||
## 游戏玩法 | ||
|
||
### 自机 | ||
|
||
有一百的生命值,初始发射普通子弹 | ||
|
||
### 敌机 | ||
|
||
1. 中型机 | ||
|
||
会发射普通子弹,发射方向为自机方向 | ||
|
||
2. 小型机 | ||
|
||
可以理解为FPV自杀式无人机 | ||
|
||
### 弹药箱 | ||
|
||
1. 回复生命箱 | ||
|
||
回复$50$点生命 | ||
|
||
2. 双发弹 | ||
|
||
拾取后会发射一段时间的双发弹 | ||
|
||
3. 高爆弹 | ||
|
||
拾取后发射一段时间的高伤害高爆弹 | ||
|
||
## 游戏有很多其他的“特性”建议自行游玩查看QWQ |
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.
Large diffs are not rendered by default.
Oops, something went wrong.
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 @@ | ||
飞机大战 |
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 |
Oops, something went wrong.