🏁 Turtle Racing Game 🏁

This project is a game based on the article from FreeCodeCamp with some modifications. In this project you'll be able to bet chips on a color.

If you found some error contact me in the Contacts :D

About the project

The motivation behind this project was to get practice with the python Turtle module and learn some python features such as dataclasses, decorators and Object Oriented Programming concepts.

Prerequisites

Before to get start the, you must install these tools on your machine: GIT, Python, Pip (if it's not installed along with python).

🎮 Running the game

# Cloning repository
git clone https://github.com/EngComp-Henrique/Turtle-Racing-Game.git

# Accessing project folder
cd Turtle-Racing-Game

# Installing libraries
pip install -r requirements.txt

# Executing
python3 main.py

🛠 Tecnologies

The tools used to build this project were:

📚 Study materials

Here there are some useful links, that I used to study while I was making the projet:

Contacts

Linkedin Badge Gmail Badge

💡 Features

  • Add tests
  • Rewrite README.md
  • Get user interface data and instanciate new classe
  • Separete files in modules
  • Add feature: replay any game
  • Create abstract game class
  • Fix quit error
  • Fix CTkMessagebox error

License: MIT