init
This commit is contained in:
commit
079dc00345
21 changed files with 1729 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal 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.
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue