Python Forum

Full Version: Turtle and Pygame together
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, i´m trying to use the turtle library and the pygame library in the same program
but it doesn´t seem to work well ... is thar possible?
thanks in advance
I think it's entirely possible that it wouldn't work well.

But seriously, what are you looking to get from turtle that you can't get from pygame (especially pygame.draw)?
Thanks for the response,
The thing is that i work in a high school, and we´re into a programming marathon and we were give a python source code that uses turtle and the idea is to improve it.
But maybe the only way is to start from zero with pygame or to use turtle.
I would either improve it in turtle, or start by translating the original code into pygame using pytgame.draw.
Thanks!
(Jun-27-2018, 03:04 PM)cuevabros Wrote: [ -> ]Thanks!

Hi! I was wondering if you were able to solve this. I find myself in a similar situation and cannot find a way to create turtle like animation in pygame. I havnt been able to reconcile the pygame while loop with a turtle like animation.

thanks!