pursuedpybear icon indicating copy to clipboard operation
pursuedpybear copied to clipboard

A python game engine.

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

Place holder for me.

For paths without a package (no `/` in the path): VFS should scan `sys.path` for the file. Currently, it just assumes that it'll be next to the script that ran...

enhancement

Hi! Per request from the python educators slack, I took a quick pass through the getting started guide. It's a really good framework! Here's some initial things to ponder, with...

administrative

ppb commit: b2eee07a7f0ea OS Windows 10 Python 3.8.6 Output: ``` ========== loading.py ========== Tests loading scenes. Should take some time to progress. This may need to be run several times...

tests

I've designed a few of these for games, and we should definitely include a tool for designing control inputs that are easy to remap for end users. This would be...

discussion
feature

With 3.9, we may not need the type shenanigans in `ppb.flags`. Or could make them less shenanigan-y.

enhancement

As discussed in #286 we might want to format code automatically. This could complement the linting that happens in our CI builds. Our two options would be adding formatting to...

enhancement
discussion
administrative
CI/CD

We have next to no systems documentation, that should be improved. Going to make this a super issue and make specific issues for individuals sections of the code.

docs

Implement Sound Managers, enabling doing dynamic things with sounds. Closes #396

Figure out the best way to provide a save system.

enhancement
discussion
wishlist