You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "24201cf428c7edba1ccec2a78a0dd8f8",
"translation_date": "2025-08-23T23:08:34+00:00",
"source_file": "6-space-game/6-end-condition/assignment.md",
"language_code": "zh"
}
-->
# 创建一个示例游戏
## 说明
尝试制作一个小型游戏,练习不同的结束条件。可以设置不同的条件,比如达到一定的分数、英雄失去所有生命值或所有怪物被击败。制作一个简单的游戏,比如基于控制台的冒险游戏。以下游戏流程可以作为灵感:
```
Hero> Strikes with broadsword - orc takes 3p damage
Orc> Hits with club - hero takes 2p damage
Hero> Kicks - orc takes 1p damage
Game> Orc is defeated - Hero collects 2 coins
Game> ****No more monsters, you have conquered the evil fortress****
```
## 评分标准
| 标准 | 卓越表现 | 合格表现 | 需要改进 |
| -------- | ---------------------- | -------------------------- | -------------------------- |
| | 完整的游戏呈现 | 部分游戏呈现 | 部分游戏存在漏洞 |
** 免责声明**:
本文档使用AI翻译服务[Co-op Translator](https://github.com/Azure/co-op-translator)进行翻译。尽管我们努力确保翻译的准确性,但请注意,自动翻译可能包含错误或不准确之处。原始语言的文档应被视为权威来源。对于关键信息,建议使用专业人工翻译。我们不对因使用此翻译而产生的任何误解或误读承担责任。