Skip to content

A polished remake of the classic Breakout game built in Python using the turtle graphics module.

Athari22/BreakoutGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 Breakout Classic

A simple and polished remake of the classic Breakout game built in Python using the turtle graphics module.

screenshot

🚀 Features

  • 🎨 Color-coded bricks
  • 🧱 Fully filled brick wall (no gaps)
  • 🕹️ Paddle movement with keyboard
  • 🧠 Simple collision physics
  • ❤️ Lives and scoring system
  • 📱 Responsive layout for 800x600 window

🛠️ How to Run

  1. Clone this repo
   git clone https://github.com/yourusername/breakout-game.git
   cd breakout-game
  1. Run
python main.py

✅ Requirements

  • Python 3.9+

  • No external libraries required (only built-in turtle)

About

A polished remake of the classic Breakout game built in Python using the turtle graphics module.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages