This Python game was developed as part of the "100 Days of Code" Python course. The project demonstrates core programming concepts such as object-oriented programming, control flow, event handling, and graphical interface development using Python's built-in libraries.
This is a simple interactive game built using the turtle graphics module. It focuses on enhancing logical thinking and understanding the structure of small-scale game development in Python.
Depending on the specific game, features may include: Real-time player controls Score tracking Collision detection Object movement and animation Game-over conditions and reset logic
Python 3 Turtle Graphics for 2D visual output Keyboard event handling for player interaction Object-Oriented Programming (OOP) for structuring game components
- Make sure Python 3 is installed on your system.
- Clone this repository or download the project files.
- Open your terminal or IDE and run:
python main.py