https://github.com/astrofrog/bricks
https://github.com/astrofrog/bricks
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/astrofrog/bricks
- Owner: astrofrog
- License: bsd-2-clause
- Created: 2015-09-12T15:35:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-12T21:42:58.000Z (almost 11 years ago)
- Last Synced: 2026-05-24T07:42:24.677Z (about 2 months ago)
- Language: Python
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
About
=====
Experimental clone of the classic [Breakout](https://en.wikipedia.org/wiki/Breakout_(video_game)) game. This is just for fun
and to experiment with the [pyglet](http://www.pyglet.org) library.

**Disclaimer:** This is not feature complete in any way (for example there are no scores yet), and is also not meant to be the fastest/most efficient implementation.
Installing
==========
This requires [Numpy](http://www.numpy.org),
[Matplotlib](http://www.matplotlib.org), and [Pyglet](http://pyglet.org). All three can be installed by pip if needed:
pip install numpy
pip install matplotlib
pip install pyglet
For now this repository is not a package, so you don't need to install it - just clone the repository and you are good to go:
git clone https://github.com/astrofrog/bricks
cd bricks
Running
=======
To run:
python bricks.py
If the ball hits the bottom of the screen, just click to start the ball again.
Customizing
===========
All visual aspects of the game can be edited in ``settings.py`` for now.