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-25T22:37:58+00:00",
"source_file": "6-space-game/6-end-condition/assignment.md",
"language_code": "mo"
}
-->
# 建立一個範例遊戲
## 指導說明
嘗試建立一個小型遊戲,練習不同的結束條件。可以設置例如獲得一定分數、英雄失去所有生命值或所有怪物被擊敗等條件。製作一個簡單的遊戲,例如基於控制台的冒險遊戲。以下的遊戲流程可以作為靈感:
```
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 ) 進行翻譯。儘管我們努力確保準確性,但請注意,自動翻譯可能包含錯誤或不準確之處。原始語言的文件應被視為權威來源。對於關鍵信息,建議使用專業人工翻譯。我們對因使用此翻譯而引起的任何誤解或誤釋不承擔責任。