This month had been extremely busy for all of us, especially since BTS630 (Major Project Implementation) required a lot of our focus as well. For this release, I had to create a restart / refresh button that resets the stats of the game (wins, losses, ties).
Comparatively to Release 0.3, I did not manage to find a very big issue. But I still found an issue that was bigger than the issues of Release 0.2, and big enough for this Release (0.4). For this release, I implemented the Refresh button, and managed to fix a few of the bugs as well. The Refresh button now changes all the stats back to 0. The bug I found was that the player choice was always 'null,' and the computer choice did not change. Now, the player choice is changed so that it correctly shows the player input, and the computer choice changes randomly every time a new choice has been made.
This course was overall very fun and different to the other required courses of the BSD program. I enjoyed it quite well and hope there are more courses like this offered at Seneca!
Issue: https://github.com/golemheavy/RPS-Multiplayer/issues/14
Pull Request: https://github.com/golemheavy/RPS-Multiplayer/pull/16
Comparatively to Release 0.3, I did not manage to find a very big issue. But I still found an issue that was bigger than the issues of Release 0.2, and big enough for this Release (0.4). For this release, I implemented the Refresh button, and managed to fix a few of the bugs as well. The Refresh button now changes all the stats back to 0. The bug I found was that the player choice was always 'null,' and the computer choice did not change. Now, the player choice is changed so that it correctly shows the player input, and the computer choice changes randomly every time a new choice has been made.
This course was overall very fun and different to the other required courses of the BSD program. I enjoyed it quite well and hope there are more courses like this offered at Seneca!
Issue: https://github.com/golemheavy/RPS-Multiplayer/issues/14
Pull Request: https://github.com/golemheavy/RPS-Multiplayer/pull/16
Comments
Post a Comment