An open API service indexing awesome lists of open source software.

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.

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.