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