Atari Breakout inspired, Block Breaker is an arcade game featuring AI.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
You must break all the blocks with out dropping the ball. As you progress through levels, the speed of your ball and health of bricks will increase! Levels are randomly generated and become more difficult the further you get.
Block breaker also comes equipped with an AI that can play for you. See it in action below.
Obect oriented programming(OOP), graphics, AI
- Clone the repo in your designated folder
git clone https://github.com/JLavigueure/BlockBreaker.git
- Move into repo directory
cd BlockBreaker/ - Install dependences with pip
pip install -r requirements.txt
- Run
NOTE: By default Ai is on. To turn off Ai, go into a game.py and set "AI = False"
python code/game.py
AI = False- Jordan Lavigueure
- lav.jordan@live.com
-
-