pursuedpybear
pursuedpybear copied to clipboard
A python game engine.
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...
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...
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...
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...
With 3.9, we may not need the type shenanigans in `ppb.flags`. Or could make them less shenanigan-y.
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...
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.
Implement Sound Managers, enabling doing dynamic things with sounds. Closes #396
Figure out the best way to provide a save system.