Turmite universe

This universe is very similar to the buggle one, but you will probably not use all buggles methods. So, this page only recap the buggle methods that you will use.

Turn left
Turn right
Turn back
Moving forward
Moving back
[!java]void [/!]left()
[!java]void [/!]right()
[!java]void [/!]back()
[!java]void [/!]forward() or [!java]void [/!]forward([!java]int [/!]steps[!scala]:Int[/!])
[!java]void [/!]backward() or [!java]void [/!]backward([!java]int [/!]steps[!scala]:Int[/!])
Get the color of the ground[!java]Color [/!]getGroundColor()[!scala]:Color[/!]