Software Design Final Project, Spring 2020
Team members: Izumi, Lilo
For our Interactive Visualization, we implemented the classic arcade game 'Breakout' using the pygame library and the Model-View-Controller (MVC) framework.
- Run
pip install pygame
to install the pygame library - Clone or download this repository
- Run
python breakout.py
to play! - Can customize the game state in
model.py
, for example to edit the wall dimensions and color scheme
See reflection for more details.