Skip to main content

Release 0.3 Update

For this release, I am working on an issue for an RPG game that uses JavaScript React. This project requires a global tracking of all of the stats, such as monster kills (by monster type), player death count, and high-score tracker. I will be working to implement these features into the project.






Comments

Popular posts from this blog

Lab 8

This lab is the final lab regarding this course, so I chose two issues to work on for the span of the last two Releases (0.3, 0.4). The first issue I found was an RPG game that needed to implement global stats that track the players total player deaths, monster kills by type and top stats. The language used is JavaScript Issue 1 (0.3):  https://github.com/ASteinheiser/react-rpg.com/issues/14 The second issue I found was for a rock-paper-scissors game, that needs to implement a Refresh button that resets all the win/loss/ties back to 0. Issue 2 (0.4):  https://github.com/golemheavy/RPS-Multiplayer/issues/14

Release 0.2 - Lab 4

Issue: https://github.com/RabanserD/rabanserd.github.io/issues/75 This week I managed to find an issue that required a pull request template. The required technology for this issue was github and '.md' for the documentation.

Release 0.2 - Lab 7

Repository: https://github.com/Jesse989/basic-fantasy-rpg Issue: There was no specific issue for this week that I found. The problem was that I went through the documentation for this repository, and found a spelling mistake. The spelling mistake I found was 'stats' instead of status. The owner of the repository had thanked me for going through the documentation, and accepted my pull request to update the spelling mistake.