https://github.com/lilgallon/gravityballs
⚽ A small project that consists in animating balls with physics.
https://github.com/lilgallon/gravityballs
physics pygame python
Last synced: 10 months ago
JSON representation
⚽ A small project that consists in animating balls with physics.
- Host: GitHub
- URL: https://github.com/lilgallon/gravityballs
- Owner: lilgallon
- License: mit
- Created: 2018-06-15T08:48:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T16:59:17.000Z (about 7 years ago)
- Last Synced: 2025-03-21T21:30:55.337Z (over 1 year ago)
- Topics: physics, pygame, python
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# GravityBalls



A funny small project that consists in animating balls with gravity and in handling balls' collision.

**TODO List**
- [x] Basic gravity
- [x] Collision between balls
- [x] Move any the ball with mouse
- [x] Points behind the balls
- [ ] Lines behind the balls
- [ ] ! Improve collision
- [ ] Automatic velocity reducer according to friction
## 1. Getting started
### 1.1 Prerequisites
- pygame
- python 3
### 1.2 How to use it
Execute main.py.
### 1.3 Setting up your dev environment
Run `pip install -r requirements.txt`. Then, use your favorite code editor, and start coding :D
## 2. Miscellaneous
### 2.1 Changelog
The changelog is available [here](CHANGELOG.md).
### 2.2 Authors
- **N3ROO** - *Initial work* - [Github](https://github.com/N3ROO) [Website](https://n3roo.github.io/)
### 2.3 License
This project is licensed under the license - see the [LICENSE](LICENSE) file for details