Contenido del Curso
Ninja Game
Ninja Game
If-Else Statements Practice. Roll the Sushi
In this chapter, you will have the opportunity to practice using if-else statements in the Ninja Game. Our ninja friend has been tasked with an important mission: to roll sushi back into designated storage cells. These storage cells are conveniently located one cell down from the sushi's current position
Swipe to show code editor
Goal: Roll all sushi into the storage cells.
Use if-else statements to determine when to roll sushi into storage cell.
Solución
Starter Map
Goal Map
¡Gracias por tus comentarios!
ninja.js
index.html
preset.js
If-Else Statements Practice. Roll the Sushi
In this chapter, you will have the opportunity to practice using if-else statements in the Ninja Game. Our ninja friend has been tasked with an important mission: to roll sushi back into designated storage cells. These storage cells are conveniently located one cell down from the sushi's current position
Swipe to show code editor
Goal: Roll all sushi into the storage cells.
Use if-else statements to determine when to roll sushi into storage cell.
Solución
Starter Map
Goal Map
¡Gracias por tus comentarios!