Skip to content Skip to sidebar Skip to footer
Showing posts with the label Turtle Graphics

Get Coordinates Of "treasure" (turtles) In Maze Game That Uses Python Tkinter And Turtle

I am using Python 3 to make a maze using tkinter and turtle graphics. Most of the code works, excep… Read more Get Coordinates Of "treasure" (turtles) In Maze Game That Uses Python Tkinter And Turtle

Tic Tac Toe Game Using Turtle

This is for an extra credit assignment in Python. I've finished most until the last part where … Read more Tic Tac Toe Game Using Turtle

Understanding Functions In Python

I'm trying to use the Turtle module in Python to draw the American flag using separate function… Read more Understanding Functions In Python

Can't Import Turtle Module In Python 2.x And Python 3.x

I want to play with turtle module in Python. But when i do import turtle module, i've the follo… Read more Can't Import Turtle Module In Python 2.x And Python 3.x

Turtle Graphics Drawing Over Itself

This should be a very simple question, however, it is proving difficult for me. I'm rather new… Read more Turtle Graphics Drawing Over Itself

Python Collision Detection With X And Y Coordinates For Border

Im working on a python turtle game where the turtle can move with commands but it has to be able to… Read more Python Collision Detection With X And Y Coordinates For Border

Create More Than Two Turtles And Moving Them

How to make few turtles in a screen and make them move one at once? Solution 1: You can use turtle… Read more Create More Than Two Turtles And Moving Them

Rounded Edge Rectangles With Python Turtle

Is there another way to add a rounded edge to square/rectangle shapes apart from drawing a circle a… Read more Rounded Edge Rectangles With Python Turtle