https://github.com/jingshing-python/pygame-helper-class
Classes help you make game with pygame.
https://github.com/jingshing-python/pygame-helper-class
class pygame pygame-basics python python-class
Last synced: 7 months ago
JSON representation
Classes help you make game with pygame.
- Host: GitHub
- URL: https://github.com/jingshing-python/pygame-helper-class
- Owner: JingShing-Python
- License: bsd-3-clause
- Created: 2022-08-26T11:12:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T11:31:22.000Z (over 3 years ago)
- Last Synced: 2025-03-21T03:13:55.588Z (10 months ago)
- Topics: class, pygame, pygame-basics, python, python-class
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Pygame-Helper-Class
Classes help you make game with pygame. They are individual but unique and helpful. Specific feature can be done by a class or a file. It's convenient to import in your project.
## Manual
you can use these class to make game easily with pygame.
There are UI, camera, shader class in folder.
more info about class can see these
### shaders
* [Pyopengl shader class](https://github.com/JingShing/Pyopengl_shader_class)
* [Crt shader made in Moderngl](https://github.com/JingShing/ModernGL-Shader-with-pygame)
### UI
* [DragonCity](https://github.com/JingShing/DragonCity) : Using health bar and weapon frame and camera.