Your goal is to create a quiz game using Python Turtle. You can work solo or with a partner. If you pair up – that’s great – and you get to add more features!
Video – assignment description
Video – how to write and use a function
Here’s a sample quiz – your’s will be MORE amazing.
Your program will include the following elements:
- write at least five questions (ten questions if you are with a partner) and possible answers for your player.
- using if/else statements for each question.
- use a custom Turtle graphic for a right answer (like a smiley face). Create this graphic as a function so you can easily call it as needed. Don’t use my sample check mark – you get to make your own graphic.
- use a custom Turtle graphic for an incorrect answer (like a sad face). Create this graphic as a function so you can easily call it depending on whether the question is right or wrong.
- when the game ends then use create a turtle graphic to show that it’s over.
You choose the subject of your quiz. That’s more fun.
Question types – at least five – you can go with multiple choice OR one word short answer. If you are working with a partner then include at least 10 quiz questions.
Help and resources: