pursuedpybear icon indicating copy to clipboard operation
pursuedpybear copied to clipboard

A python game engine.

Results 101 pursuedpybear issues
Sort by recently updated
recently updated
newest added

Per current briefcase best practices, the individual projects should be hosting briefcase code. Companion: https://github.com/beeware/briefcase/pull/1834

Add testing to make sure a briefcase ppb game generates, builds, packages, installs, and runs.

🚨 This is a breaking change, affecting the parameters when defining shapes and setting a scene's background color. 🚨 Addresses issue #449. ## Done: - Created `colors` module to represent...

As tin, we should instantiate Updater appropriately.

I have tried your code from README file (about Ship), and I got an error: ``` Traceback (most recent call last): File "ship.py", line 14, in ppb.run(setup=setup) File "/home/adasiek/.local/lib/python3.6/site-packages/ppb/__init__.py", line...

Linux issues

While searching for the API doc for TargetSprite. I could not find it.

new contributor
docs

We'd like to make screenshots easier, so some way to pause a game in action is needed.

feature
wishlist

Right now, when one system needed another system, there's no good way to do it. As part of this issue, we should build an interface to allow this. Considerations: *...

feature