-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Luca Ravasio edited this page Apr 10, 2021
·
6 revisions
Hello, here are the documentation about oopygame. For now, the documentation is only in english, but if you want contribute, you can translate this page in your own language and make a pull request.
That's an Object-oriented API based on pygame. The goal of this library is help to create great programs in less time as possible. This library is easly extendible with demon and subclasses.
These are the principal oopygame files
oopygame
├── colors.py
├── demons.py
├── icon.ico
├── icon.svg
├── image_tools.py
├── __init__.py
├── objects.py
├── platform.png
├── text.py
├── time.py
└── window.py
0 directories, 11 files