roguelike icon indicating copy to clipboard operation
roguelike copied to clipboard

Roguelike adventure written in Python and Arcade

Results 4 roguelike issues
Sort by recently updated
recently updated
newest added

**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...

Cover MyGame with unit tests. nb. Drafting of first tests shows that the on_draw method is the first candidate for refactoring by extraction of some smaller methods.

Type hints make code easier to follow, so I am adding them while reading.