Skip to content

This project introduces for loops through a fun turtle race game. Loops are used to draw the race track and to make the turtles move a random number of steps each turn. If you have a group of people to play the game, each person pick a turtle and the one that gets the furthest is the winner.

Notifications You must be signed in to change notification settings

shubham-rasal-123/Turtle-Race-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Turtle Race

  • A randomly simulated turtle race! You can watch different colored turtles race across the screen and keep track of the wins/losses of each turtle.
  • A Turtle Race game using the built-in turtle library in Python. You can also bet on the turtle you want to win. image

🛠 Description

A simple turtle race game built in python.

⚙️ Languages or Frameworks Used:

  • pip install turtle
  • import random

🌟 How to run:

  • Running the script is simple! Just open a terminal in the folder where your script is located and run the following command:
python turtle_race.py

📺 Demo:

Python-turtle-race

About

This project introduces for loops through a fun turtle race game. Loops are used to draw the race track and to make the turtles move a random number of steps each turn. If you have a group of people to play the game, each person pick a turtle and the one that gets the furthest is the winner.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages