Metadata-Version: 2.1
Name: brick-game
Version: 0.1.1
Summary: An old brick game that I played as a child.
Home-page: https://github.com/AstrophysicsAndPython/brick_game
Author: Astrophysics and Python, Syed Ali Mohsin Bukhari
Author-email: astrophysicsandpython@gmail.com, syedali.b@outlook.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7.*, <3.10.*
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygame (~=2.1.2)
Requires-Dist: setuptools (~=59.6.0)

# brick_game

An old brick game that I used to played as a child re-made using Pygame.

## What is it?

It is sort of run-and-dodge game where you dodge incoming enemy.

## How to install

Simply,

`pip install brick_game`

or download the wheel from the repo.

## Screenshots

![img.png](src/imgs/gameplay.png)


