Simple game made in python, with module PyGame.
The original version of the game is called Bubblets, and was popularized as "Jawbreaker" by Windows Mobile 2003.
PyGame installed
try one of the following commands under the anaconda prompt or terminal:
```
pip install pygame
sudo apt-get install python3-pygame
```
Directly from your Python interpreter, run the file "Bubble.py".
- [Python] - Programming Language used
- [PyGame] - Module used
- Diogo Samuel Fernandes - Main work - up201806250 - [email protected]
- Ricardo Cruz - Supervisor - rpcruz - [email protected]
