CSCI220-Lab-PyPinball
We tried to recreate this classic game using python physics libraries. The result is certainly hilarious but enjoyable. One of my very first physics application.
Running instructions:
- Make sure you have python3 installed and that you are able to use pip to install modules needed.
- Clone the repository on your computer.
- In a terminal run, pip install pyglet and pip install pymunk. Depending on your OS, you might need a different syntax.
- Go inside the repository and run the pinball.py script (double click on it).
- Have fun. Don't worry if you see the ball going through all the walls. :)