grapeJUICE1 / Grape-Bricks

A breakout game made in python and pygame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grape Bricks

About ---- Running The Game ---- Future Scope

About

Grape Bricks is a simple breakout like game made in python and pygame ...

It works like normal breakout and has some functionalities you'd expect for example powerups..

Running The Game

To run the game ... All you gotta do is download this repository , go to Game folder and then run Breakout.py...

Note that you would need python and pygame installed in your system

You can download python from here

To download pygame you would need Pip installed in your System which will be automatically installed if you install python....Then just install pygame using the commad

pip install pygame

More info at https://www.pygame.org/wiki/GettingStarted

Future Scope

  • adding more powerups
  • some more animations
  • a store or something like that

About

A breakout game made in python and pygame


Languages

Language:Python 100.0%