pgzero icon indicating copy to clipboard operation
pgzero copied to clipboard

A zero-boilerplate games programming framework for Python 3, based on Pygame.

Results 123 pgzero issues
Sort by recently updated
recently updated
newest added

I checked if I had pgzero installed. It was. Python was just fine, I checked everything that came to mind. All installed and working. I even checked older issue submissions....

please help when i use pyinstaller i convert without any problems but when i run it i get this error ``` Traceback (most recent call last): File "game.py", line 1,...

This update adds support for an on_exit() hook. Overview of changes contained in this pull request: - Support for users to define an `on_exit()` function which is called after the...

Originally reported by: **Daniel Pope (Bitbucket: [lordmauve](https://bitbucket.org/lordmauve), GitHub: [lordmauve](https://github.com/lordmauve))** ---------------------------------------- Assigning to height and width could cause the actor to be scaled. This might scale around the 'pos' position. ----------------------------------------...

enhancement
minor

I might have missed it in the docs, but is it possible to create a text input field in pgzero (i.e. for name input, high scores etc)?

In [lordmauve/snowgame](https://github.com/lordmauve/snowgame) we encountered several places where we needed to bypass Pygame Zero's APIs in order to create new surfaces, blit actors to them, and set pixels. In some ways...

enhancement

flake8 and i believe other alternatives will complain that pyzero builtins are not defined. from pgzero.builtins import Actor, keyboard, keys, sounds, clock, music The above seems to be the only...

linting

Currently, I am unable to increase the thickness of the line that is drawn on screen. However, `pygame` allows doing this by passing `width` as an argument to `pygame.draw.line()`. It...

Hi, It would appear that music.is_playing() requires an argument. The argument is not mentioned in the documentation and in the source it appears to be ignored. If the intention is...

bug
good first issue

It would be great to be able to screenshot a game, similar to Pygame.

good first issue