Contenido del Curso
Ninja Game
Ninja Game
Ninja Controls
In this chapter, you'll get more practice with controlling your ninja.
Recap of Ninja Methods
Here's a quick reminder of the methods you can use to control your ninja:
-
Movement Methods:
goRight()
,goLeft()
,goUp()
andgoDown()
. -
Sushi Methods:
pickSushi()
andputSushi()
.
Example
Here's an example of how you might use these methods to move your ninja and collect sushi:
ninja.js
index.html
preset.js
Swipe to show code editor
Goal: Collect all sushi.
Use all the available movement methods to guide the ninja and collect all the sushi.
Solución
Starter Map
¡Gracias por tus comentarios!
ninja.js
index.html
preset.js
Ninja Controls
In this chapter, you'll get more practice with controlling your ninja.
Recap of Ninja Methods
Here's a quick reminder of the methods you can use to control your ninja:
-
Movement Methods:
goRight()
,goLeft()
,goUp()
andgoDown()
. -
Sushi Methods:
pickSushi()
andputSushi()
.
Example
Here's an example of how you might use these methods to move your ninja and collect sushi:
ninja.js
index.html
preset.js
Swipe to show code editor
Goal: Collect all sushi.
Use all the available movement methods to guide the ninja and collect all the sushi.
Solución
Starter Map
¡Gracias por tus comentarios!