RyanLinrm / CSC473Project

A HTML5 Game developing project
4 stars 4 forks source link

Synchronized Player Damage, Added Player Respawn for multiplayer, Unit Tests #166

Closed nmaswood98 closed 5 years ago

nmaswood98 commented 5 years ago

Synchronized Player Damage, Added Player Respawn for multiplayer, Unit Tests for added function in the status bar. Added a unit test in the player class.

RyanLinrm commented 5 years ago

Thank you Nabhan, btw did you modify the player kill function? I will add in kill other player getting score functionality after merge in

nmaswood98 commented 5 years ago

Yea I got rid of destroy. instead it just sets it to not be active and sets it to be invisible so we can reuse it for respawning.