https://github.com/threated/pyfoot
A high level python libary for writing games.
https://github.com/threated/pyfoot
pygame pygame-library pygame-text-input python3
Last synced: about 1 year ago
JSON representation
A high level python libary for writing games.
- Host: GitHub
- URL: https://github.com/threated/pyfoot
- Owner: Threated
- License: gpl-3.0
- Created: 2019-12-24T16:25:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T15:18:13.000Z (almost 6 years ago)
- Last Synced: 2024-10-18T13:16:41.865Z (over 1 year ago)
- Topics: pygame, pygame-library, pygame-text-input, python3
- Language: Python
- Size: 132 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyfoot
Pyfoot is a high-level library for writing simple 2d games.
It is based upon the Python library [pygame](https://github.com/pygame/pygame "Pygame Github") and was inspired by the java libary [Greenfoot](https://www.greenfoot.org/door "Greenfoot Homepage").
### Installing
Simply pip install the library
```
pip install pyfoot
```
You can create a sample project via the command line
```
python -m pyfoot init ProjectName
```
## License
This project is licensed under the GNU License - see the [LICENSE.md](LICENSE.md) file for details