Python Forum
[PyGame] Turtle and Pygame together
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyGame] Turtle and Pygame together
#1
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
Reply
#2
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)?
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply
#3
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.
Reply
#4
I would either improve it in turtle, or start by translating the original code into pygame using pytgame.draw.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply
#5
Thanks!
Reply
#6
(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!
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020