Paul

Results 115 issues of Paul

## Documentation request: ### What documentation needs to be added? Per-platform guides to: 1. Recording still images and video from the screen 2. Converting captures to formats supported by web...

documentation

**Describe the bug** The instructions for installing and running the game do not result in launching the game. **To Reproduce** Steps to reproduce the behavior: 1. Open the run instructions...

**Describe the bug** `pytest` reports 4 sound loading failures during run in the form of `FileNotFound` errors. **To Reproduce** Steps to reproduce the behavior: 1. Install the game & dependencies...

**Describe the bug** The player sprite is rendered above mobile NPCs which are located lower down on the screen and should be drawn later. **To Reproduce** Steps to reproduce the...

### Description The foot step sound gets stuck playing. Sometimes this keeps playing after movement keys are released, but it may also stop when the movement controls are released. ###...

This could be done immediately to incorporate the changes made during the PyCon sprint, or it could wait until further changes are made. It might be nice to get a...

Interacting with objects like doors, ladders, and item pickups is more satisfying for players if the action plays a corresponding sound. The following actions in this RPG could be improved...

enhancement
good first issue

Many RPGs use a similar style of dialog box. It generally works as follows: 1. Clear the box and store the string to display 2. Wait for a delay period...

enhancement
good first issue

TL;DR: Convenience property ahead of future rectangle PRs

### Overview Converting RST from the CLI breaks if run as follows: ```console python -m readme_renderer ~/src/python-benedict/README.rst ``` Python versions tried: 3.9, 3.10, 3.12 #### Environment Info | Software |...

needs clarification