Skip to content

Simple Breakout game implemented using the Python Turtle module.

License

Notifications You must be signed in to change notification settings

alexkanavos/breakout-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breakout Game

This is a simple Breakout game implemented in Python using the Turtle graphics module.

Table of Contents

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/alexkanavos/breakout-game.git
  2. Navigate to the project directory:

    cd breakout-game

Usage

To start the program, run the following command:

python3 main.py

How to Play

  • Use the left and right arrow keys to move the paddle.
  • Try to bounce the ball off the paddle to break the bricks.
  • If the ball falls below the paddle, you lose.
  • The game ends when the ball falls below the paddle or all bricks are destroyed.

Contributing

Contributions are welcome! If you'd like to contribute to this project, feel free to fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT License.

About

Simple Breakout game implemented using the Python Turtle module.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages