This is a python package for game developers who use pygame. After using this package developers will be able to implement different objects in the game.
- Create a space
- Create an object in the space
- Apply gravity on object
- Apply some force on object
- python 3.6
- pygame==2.1.0
pyphysics
βββ pyphyics
βΒ Β βββ __init__.py
| βββ space.py
|
βββ .gitignore
βββ documentation.txt
βββ README.md
βββ requirements.txt
βββ setup.py