+ 1
Picture/Gif as a Turtle
In my programming course we are trying to make a little adventure using Python. Since we decided the player should always be in the middle of the screen we need to move the map. So the question is can we make a turtle look like a giant picture/gif? And if yes how?
1 Réponse
+ 1
Use pygame with Python and use the transform function