adamjw / SnakeWS

0 stars 1 forks source link

7] Score and high-score aren't tracked appropriately #7

Closed adamjw closed 9 years ago

adamjw commented 9 years ago

Use the gameInfoController to appropriately adjust score.

Acceptance Criteria:

  1. The score is incremented by a constant amount each time a fruit is eaten.
  2. The high-score is not reset upon dying.