Goal : Seek help from a friendly Librarian!
(목표 : 친절한 사서에게 도움을 구하는 것이 목표입니다.)
우선 비밀번호를 말해야 하고, X 지점까지 이동을 해야 합니다.
이번 단계는 우측 상단에 있는 HINTS 버튼을 눌러 힌트를 찾는 연습을 하는 단계입니다.
아래 그림처럼 힌트를 눌러보면 HINT 2페이지에 The password for the Library Door is "Hush"라고 명시 되어 있고,
Hero.say()를 이용해 비밀번호를 말하면 됩니다.
코드 결과는 아래를 참조 ★
1 hero.moveRight()
2 hero.say("Hush")
3 hero.moveRight()
'Programming > Code Comabat' 카테고리의 다른 글
10. Fire Dancing (0) | 2019.11.12 |
---|---|
09. The Prisoner (0) | 2019.11.10 |
07. Cell Commentary (0) | 2019.11.10 |
06. True Names (0) | 2019.11.10 |
05. Signs and Portents (0) | 2019.11.10 |