You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Talvez a melhor possibilidade seja utilizar os métodos disponíveis do Turtle Graphics, e orientar os tacos a se moverem ( 'frente' e 'trás' ) no eixo Y utilizando fd() e back().
só é possível mover um taco por vez,
Creio que é possível corrigir isso utilizando o onkeypressed e onkeyreleased
A implementação pode ser na forma de um inputHandler
Atualmente:
https://docs.python.org/3/library/turtle.html#overview-of-available-turtle-and-screen-methods
The text was updated successfully, but these errors were encountered: