From ffc1940d07d2f04e8badaa190a157a72f8ef45a6 Mon Sep 17 00:00:00 2001 From: Seongsil Yoo Date: Sun, 10 Jan 2021 07:36:04 +0000 Subject: [PATCH] Translate assignment.ko.md via GitLocalize --- .../1-introduction/translations/assignment.ko.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 6-space-game/1-introduction/translations/assignment.ko.md diff --git a/6-space-game/1-introduction/translations/assignment.ko.md b/6-space-game/1-introduction/translations/assignment.ko.md new file mode 100644 index 00000000..79606bf5 --- /dev/null +++ b/6-space-game/1-introduction/translations/assignment.ko.md @@ -0,0 +1,11 @@ +# 게임 제작하기 + +## 설명 + +Using the code samples in the lesson, write a representation of a game you enjoy. It will have to be a simple game, but the goal is to use either the class or the composition pattern and the pub/sub pattern to show how a game might launch. Get creative! + +## 평가 기준 + +기준 | 모범 답안 | 적당한 답안 | 개선이 필요한 답안 +--- | --- | --- | --- + | 화면에 세개의 요소가 있고 조작할 수 있는 경우 | 화면에 두개의 요소가 있고 조작할 수 있는 경우 | 화면에 한개의 요소가 있고 조작할 수 있는 경우