Articles tagged Tool

Updating the bug reporting tool

Apr 23 2022

The further we get into the development of Hermit, the more we realize how important bug reports are. I updated our bug reporting tool to include log messages and other useful information, and automatically report errors if the user allows it. Let’s see how it’s done.

...read more

Creating a bug reporting tool

Jun 12 2021

Managing bugs and getting bug reports for a game is really important in order to improve the player’s quality of gameplay. To manage the bugs I wanted to use Github’s nice issue tracker, and I wanted testers to be able to submit bugs directly from within the game. Instead of doing this just for me, I implemented a package. Let’s see how I did all of this.

...read more