Goal : Grab the gem and escape the dungeon, But don't run into anything else. In this level, you'll learn basic movements for your hero.

목표 : 보석을 먹어서, 던전에서 탈출하는 것이 목표이고, 다른 어떤 것 과도 마주치면 안됩니다. 현재의 레벨에서는 영웅의 기본적인 이동 동작을 배우게 됩니다!

PLAY를 눌러 시작하면, 캐릭터의 모습과 함께 현재 보유하고 있는 잼(게임 내의 화폐)과 가지고 있는 아이템, 장착 중인 아이템 정보를 확인이 가능하다.

(아래 캐릭터는 게임을 어느정도 진행해서 멋지게? 아이템을 파밍한 모습..)

When starting by pressing PLAY, you can check the jam (money in game) you currently have, and the item

information you are installing.
(The character below plays the game how well? The way you panned.)

 

첫번째 챕터의 목표는 "뾰족한 부분을 피해서, 잼을 획득하면 된다."

중요한 부분은, 코드로만 작성해야 한다는 부분이다.

START LEVEL을 눌러서 시작해보자 !

The goal of the first chapter is, "You can avoid the hard part and get the jam."

The important part is that you should only write the code.
Let's start by pressing START LEVEL!

 

첫번째 레벨은 어렵지 않다. 영웅을 이동시켜서 잼을 획득하면 되기 때문에,

정해진 Method 중 moveRight()과 moveDown()을 이용해서 이동해 보자.

이동 방향은 오른쪽으로 한칸 아래로 한칸 오른쪽으로 한칸을 이동하면, 클리어가 된다.

The first level is not difficult. To move the hero of jam because it achieve, a method moveright

movedown () Using the and let's move with ().
The direction of travel is one square to the right, one square to the right, and one square to the right,

and then it becomes a clair.

 

코드 결과는 아래를 참조 ★

See below for code results ★

 

1 hero.moveRight()

2 hero.moveDown()

3 hero.moveRight()

'Programming > Code Comabat' 카테고리의 다른 글

04. Enemy Mine  (0) 2019.11.10
How Likely that you'd Recommand CodeCombat?  (0) 2019.11.10
03. Shadow Guard  (0) 2019.11.10
02. GEMS In the Deep  (0) 2019.11.10
Code Combat  (0) 2019.11.10

+ Recent posts