Skip to content
/ Abinde Public

Abinde is a python module for pygame.

License

Notifications You must be signed in to change notification settings

Moosems/Abinde

Repository files navigation

Abinde

Abinde is a python module for pygame.

Advantages

  • Easy to use
  • Lightweight

How to use

Shell

pip install -U Abinde

Python

import Abinde as ab
game = ab.Game()
player = ab.sprite.Player(ab.LoadImage("path/to/image"))
game.mainloop()

Requirements

  • pygame for module.
  • PyOpenGL for better pygame.
  • threading for main loop.
  • python for running module.
  • PIL for image support

Tested on

Raspberry Pi OS Debian Linux Mac
Stable (v1.3) Stable (v1.2) Unstable

Please Note

To use this module, you will need at least some experience with coding python. libc++abi.dylib: terminating with uncaught exception of type NSException

About

Abinde is a python module for pygame.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages