This commit is contained in:
Waylon Walker 2023-05-27 10:11:45 -05:00
commit 079dc00345
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
21 changed files with 1729 additions and 0 deletions

19
README.md Normal file
View file

@ -0,0 +1,19 @@
# 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.
```