19 lines
339 B
Markdown
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.
|
|
```
|