A game developed with python and pygame based on classical mechanics concepts. Following this tutorial: http://www.petercollingridge.co.uk/pygame-physics-simulation
- You must have Python 3.* installed in your personal computer.
- Install pygame 1.9 from https://pygame.org.
- HINT: Install pip (https://pip.pypa.io/en/stable) and/or homebrew (https://brew.sh) in your OS.
- via pip3 install pygame
- via brew install pygame
- Run Main.py file on you favorite IDE.