Ben Ryder

Results 11 issues of Ben Ryder

PR implementing the suggestion in #42 to switch from throwing an error to using `process.exit(1)` on linting failure . This change should help make the output look clearer: I also...

- Adding docstrings everywhere - Removing unused and commented code - pygame_gui.Cursor - TILE_DATA constant - Commented out methods on the wood/metal/stone system that was never implemented - Various other...

improvement

Adding computer players to the game. TODO: - [ ] Finish user interface for adding players to a new game. - [ ] Fix issue where a new game will...

feature

**Describe your feature** - Add pylint checking for pull requests. - Retroactively fix existing issues in repo. **Is your suggestion related to any problems?** n/a **Additional context** n/a

feature

**Describe the bug** When viewing the game on mac OS the interface transparency is not working. It appears to still be working fine in the menus, it's just within the...

bug

**Describe your improvement** Look into improving the map scroll functionality, possibly by developing an alternative map scroll system such as clicking and holding before moving your mouse to move the...

improvement

**Describe your feature** The game is currently fixed at one window size (1000 x 700px). For a better experience it would be nice to be able to support window resizing,...

feature

**Describe your improvement** It is probably a good idea to look at replacing as many of the custom GUI components as possible with components from a UI library. A quick...

feature
improvement

**Describe your feature** I suggest improving the [MVC](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller) interface between the different game classes. **Is your suggestion related to any problems?** This was brought to light because of GH-11 and...

feature
improvement

**Describe your feature** Currently maps can be selected from a list. I suggest adding a random map generator. This could also involve adding a step to the new game menu...

feature