Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 553 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 553 Bytes

pyfoot

Pyfoot is a high-level library for writing simple 2d games. It is based upon the Python library pygame and was inspired by the java libary Greenfoot.

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 file for details