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

Python - Move Two Turtle Objects At Once

I would like to create a program where one turtle object moves to where a user clicks their mouse, … Read more Python - Move Two Turtle Objects At Once

Python Turtle Positional Errors

I've been trying to scale a Turtle drawing by a single axis and after some testing, I managed t… Read more Python Turtle Positional Errors

Python Turtle Graphics Keyboard Commands

Anybody have any insight into controlling turtle graphics in python 2.7 with keyboard commands? I h… Read more Python Turtle Graphics Keyboard Commands

Entire Screen Not Moving With The Turtle

I am making a game in python using the turtle module in python. I want the screen to move with the … Read more Entire Screen Not Moving With The 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

Python Turtle Screen.onkey()

I am a beginner in python and I am building a Snake game where on the key Strokes snake can be cont… Read more Python Turtle Screen.onkey()

How Do I Get The Turtle Canvas Screen To Move With A Turtle Module?

For a class project, I'm trying to make a Rogue-like game with Python (3.7.3) Turtle. I want to… Read more How Do I Get The Turtle Canvas Screen To Move With A Turtle Module?

How To Detect If Turtle Is In The Radius Of X & Y And Then Do Something?

Currently, I'm trying to make a game and in the game I would like it so if the character is on … Read more How To Detect If Turtle Is In The Radius Of X & Y And Then Do Something?