1/16 - 1/19
- Nathan Matarazzo
- Jan 19, 2024
- 1 min read
This week I commenced work once more on my video game project. On Monday, we had no school, due to Doctor Martin Luther King Junior Day. On Tuesday and Wednesday, I successfully added a third character, whose model and animation frames are seen below. There were a few bugs with my code, relating to the stealing mechanics and some other little bugs in the code that I had to tweak.


Also this week, I have been working on adding comments throughout my code, so that it is more readable. There are many thousands of lines of code that I have to sort through to add comments, so this is taking me a long time to do. I am also doing this so that I won't forget what certain lines of code do, since it is sort of hard to remember the purpose of line 400 of a 600 line c# script.

Also this week, I started coding for some abilities that certain players have. These abilities are unique to each character and correlate to a specific thing that the ability allows the character to do, such as improved shooting in the last 30 seconds of the game, or faster movement speed when the player has the ball in their hands.



Comments