/brkout

A game made using PyGame under CodeClub as a learning project.

Primary LanguagePythonMIT LicenseMIT

BrkOut

forthebadge made-with-python
Gitter

A prison escape game with a blend of brick breaking gameplay and innovative implementation of the same to get the look of an escape.

Screenshots and Gameplay

When you decide to escape alt text

As you fight your way through the unbreakable wall alt text

You realise that escape might not be as easy as you thought alt text

And when you finally taste the free air after numerous attempts alt text

Prerequisite

Python2 or Python 3 are the default languages needed for playing this game [on Linux], to check which version of Python you have, type the following in terminal:

python --version

Downloading Brkout and Playing

You can use the below commands.

sudo apt-get install python-pip
pip install --upgrade pip
pip install brkout

If this does not work, then

sudo -H pip install brkout

For more info, visit Pygame download page

Developing on the Game

On Linux

  1. Clone the branch on your local machine:
git clone https://github.com/thealphadollar/brkout.git
  1. Make the required changes and send a Pull Request

On Windows

  1. Clone the repository by the method appropriate for the Git interface you are using.

Gameplay Help

  1. The game can be controlled using arrows keys or the 'w', 'a', 's' and 'd' keys.
  2. Spacebar and enter key both act as the selection key.
  3. Spacebar or escape key can be used to pause the game.
  4. Choose the required difficulty level by clicking on it.
  5. Reset the highscore, if needed, by clicking on the 'reset' icon.

Enjoy The Game

Contribute

Please read CONTRIBUTING.md guide to know more.