From ffc1940d07d2f04e8badaa190a157a72f8ef45a6 Mon Sep 17 00:00:00 2001 From: Seongsil Yoo Date: Sun, 10 Jan 2021 07:36:04 +0000 Subject: [PATCH 1/2] 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! + +## 평가 기준 + +기준 | 모범 답안 | 적당한 답안 | 개선이 필요한 답안 +--- | --- | --- | --- + | 화면에 세개의 요소가 있고 조작할 수 있는 경우 | 화면에 두개의 요소가 있고 조작할 수 있는 경우 | 화면에 한개의 요소가 있고 조작할 수 있는 경우 From b810f4ec9ea45d07ccb220a153b684b09fd01658 Mon Sep 17 00:00:00 2001 From: Donghoon Song Date: Sun, 10 Jan 2021 07:36:05 +0000 Subject: [PATCH 2/2] Translate assignment.ko.md via GitLocalize --- 6-space-game/1-introduction/translations/assignment.ko.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6-space-game/1-introduction/translations/assignment.ko.md b/6-space-game/1-introduction/translations/assignment.ko.md index 79606bf5..afd59c4b 100644 --- a/6-space-game/1-introduction/translations/assignment.ko.md +++ b/6-space-game/1-introduction/translations/assignment.ko.md @@ -2,7 +2,7 @@ ## 설명 -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! +수업에 있는 예제 코드를 사용해서 게임을 만들어 봅시다. 간단한 게임이어야 하며, 목표는 class 또는 composition 패턴과 pub/sub 패턴 중 하나를 사용하여 게임을 만드는 것입니다. 창의력을 보여주세요! ## 평가 기준