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.

Virar à esquerda
Virar à direita
Dar meia volta
Mover para a frente
Mover para trás
[!java|c]void [/!]esquerda()
[!java|c]void [/!]direita()
[!java|c]void [/!]voltar()
[!java|c]void [/!][!c]avançarUmPasso()[/!][!java|python|scala]avançar()[/!] ou [!java|c]void [/!]avançar([!java|c]int [/!]passos[!scala]:Int[/!])
[!java|c]void [/!][!c]voltarUmPasso()[/!][!java|python|scala]voltar()[/!] ou [!java|c]void [/!]voltar([!java|c]int [/!]passos[!scala]:Int[/!])
Obtém a cor do chão[!java|c]Color [/!]getCorDoChão()[!scala]:Color[/!]