Abinde-Game-Dev / Abinde

Abinde is a wrapper for python pygame.

Home Page:https://abinde-game-dev.github.io/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Abinde

size issues open issues closed contributors milestones stars forks watchers language license checks

status format python version downloads pygame pillow

Abinde is a python module for pygame.

Resources

Advantages

  • Easy to use
  • Lightweight

How to use

Shell

pip install -U Abinde

Python

import Abinde as ab
game = ab.Game()
player = ab.sprite.Rectangle(game, [10, 10], [100, 100])
game.mainloop()

Requirements

  • pygame for module.
  • python for running module.
  • PIL for image support

Tested on

Raspberry Pi OS Mac
Stable (v2.0.1) Stable (v1.9.6)

Please Note

To use this module, you will need at least some experience with coding python.

Details/Credits

  • Made with python.
  • Thank you to all the people at pygame, who worked hard to make an awesome module.