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
Oppgave
Swipe to start coding
Løsning
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 1. Kapittel 2