pygame-animation/README.md
2023-05-27 10:11:45 -05:00

19 lines
339 B
Markdown

# Pygame Animation
an animation created in pygame
## Installation
```console
pip install git+https://github.com/waylonwalker/pygame-animation
```
## run the ball animation
```console
pygame-animation ball run
## License
`pygame-animation` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
```