Daniel-Martinez / Tags

Tags
0 stars 0 forks source link

How to Display current Score on GUI #41

Closed Daniel-Martinez closed 10 years ago

Daniel-Martinez commented 10 years ago

After testing the connection to the Server Thursday 4/24, try to figure out how to calculate Score. My thought is this could be calculated after game is over by simply looking at the field "hit" in Targets and adding that to a running score. This would be calculated and displayed in a Text Block.

Daniel-Martinez commented 10 years ago

We will use the newly gathered server info to update a variable score on GUI.

Daniel-Martinez commented 10 years ago

created an attack method that requestes updated list from server upon completion. The score is then calculated by multi hits times score and summing up the score. A textbox is used to display scone OnPropertyChange().