shenjia / breakout

a breakout game, made by pygame 1.9.4
MIT License
0 stars 0 forks source link

breakout

A tiny breakout game made by pygame 1.9.4.

Move the pad to broke those blocks by you ball, try it and have fun!

Screenshot

How to play?

  1. Clone this repository to your computer.
  2. Make sure you have Python 3.7+ installed.
  3. Install Pygame by run command pip install pygame in terminal.
  4. Run breakout.py and enjoy it!