|
|
The current working version of BuggyBouncingBall can be found on
|
|
|
[GitLab](https://git.hs-mittweida.de/jkatter/bbb/-/tree/main/releases).
|
|
|
Pre-Requisites:
|
|
|
* Python
|
|
|
* pip install
|
|
|
1. Get the source code by downloading the zip with the version of your liking and unzip the directory.
|
|
|
1. Open a comand line and navigate to the main directory, which contains the Requirements.txt file.
|
|
|
2. Install Requirements: ```pip install -r Requirements.txt```
|
|
|
3. To start the game run ```python src/bbb_pygame.py``` |