Hi team as I was researching some helpful 'helper' functions to write I came across this page with some of the latest libraries for pygame which could be useful. Take a look here: https://pyweek.readthedocs.io/en/latest/libraries.html
Some other libraries for example are:
Pygame Zero - Pygame Zero is for creating games without boilerplate.
pygame-text - simple text rendering in Pygame, with a range of layout and styling options
PGU - a collection of utility code for working with Pygame, including a complete UI framework and basic HTML rendering.
Hi team as I was researching some helpful 'helper' functions to write I came across this page with some of the latest libraries for pygame which could be useful. Take a look here: https://pyweek.readthedocs.io/en/latest/libraries.html
@Samisai Pygame Zero could be helpful. It has immediate support for drawing sprites and get this 'Aliens'. Take a look at that document here: https://pygame-zero.readthedocs.io/en/stable/introduction.html#draw-a-sprite
Some other libraries for example are: Pygame Zero - Pygame Zero is for creating games without boilerplate. pygame-text - simple text rendering in Pygame, with a range of layout and styling options PGU - a collection of utility code for working with Pygame, including a complete UI framework and basic HTML rendering.