In this lesson, we will be working collaboratively as a team to tune and customise a car using Python and turtle graphics. Each student will have individual tasks to add unique details such as windows, lights, stripes, wheels, spoilers, and more, resulting in a colourful and personalised car design. As part of this project you will learn:
Teamwork in development means that everyone in the team works together to build something amazing, like a computer program or a game. Each person has a specific role and they share their ideas and help each other. By working as a team, they can create something even better than what they could do alone. It's like when friends play together and use their different skills to win a game, but instead of a game, they are building something cool on the computer!
Now, let's understand how we position our turtle on the canvas.
We have a grid that represents our canvas, and each square on the grid will corresponds to 10x10 pixels.
We use coordinates to specify the location of our turtle. Coordinates consist of two parts: the x-coordinate and the y-coordinate. The x-coordinate represents the horizontal position, while the y-coordinate represents the vertical position.
Think of coordinates as a set of numbers that tell us where to go.
We will be using the following Turtle commands to bring our drawings to life:
We are given a black car template
Each of you will have a specific task to add a unique detail to our black car. Here are your individual tasks:
Now it's time to bring your ideas to life! Open your trinket template Open Template and start working on your assigned task.
Use the turtle graphics commands we've learned to implement your designs. Don't be afraid to experiment with different colours, shapes, and sizes to make your additions stand out.
At the end we will gather all the completed code pieces from each of you. Together, we'll merge them into one complete code for our car.
You have completed this project.