Relative Content

Tag Archive for pythonpython-3.xturtle-graphics

How to break already set function with ontimer in Turtle Graphic

I am creating a snake game with food teleporting around map. I use ontimer with recursion at the end of function to emulate mole staying at a certain position for a time. I also make the mole to move if turtle ate it. But then, mole teleportation is called two time because of the already set function by ontimer.