Ozaria is a classroom-centered evolution of Code-combat. It is a game that helps you learn how to code. It starts off slow and it gets harder the more you go. If it a good coding game because it helps and guides you through the levels.
Loops are used when you are wanting to do steps more than once. This saves time and does it on its own. You can look to the left how I used the loop.
When you want to move the left, right, up, and down. All you need to type if "hero.moveUp" how every many times. "hero.moveUp(4)"
You can sneak around if there is an enemy around. To sneak you use the code "hero.sneakUp(2)". That will make the figure bend down and move without anyone seeing him.
There are enemys in the game and to move around without them killing you you can use "earth waves, earth pits, and earth rolls" these codes can prevent you from getting killed.
You can use if/else statements. "If" enemy id 3 feet away more left "else" move right. You use the actual codes for this but this is an example.
You can also use things. "hero. use(door). This makes the hero open the door. You can use this for many things.