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|c]void [/!]left() [!java|c]void [/!]right() [!java|c]void [/!]back() [!java|c]void [/!][!c]stepForward()[/!][!java|python|scala]forward()[/!] or [!java|c]void [/!]forward([!java|c]int [/!]steps[!scala]:Int[/!]) [!java|c]void [/!][!c]stepBackward()[/!][!java|python|scala]backward()[/!] or [!java|c]void [/!]backward([!java|c]int [/!]steps[!scala]:Int[/!]) |
Get the color of the ground | [!java|c]Color [/!]getGroundColor()[!scala]:Color[/!] |