sgao1995 / Cat-and-Mouse-Game

repository for capstone project (Cat-and-Mouse Game)
0 stars 1 forks source link

Integration of Cat character with Vitality System of the HUD #30

Closed littleappledev closed 7 years ago

littleappledev commented 7 years ago

The Character Classes (Cat & Mouse) should be integrated into the Vitality System, which controls the display of Character information in the Heads Up Display feature of the GUI.

This can be done by calling the Vitality API members.

Current tasks to be completed include:

  1. Ensuring that a Character's attributes which are mirrored in the Vitality System should be passed to the latter system every time a chance to the former is made.

  2. Ensuring that the Character attributes passed via the Vitality API are acknowledged by the latter system and are in an format accepted by the API.

  3. Ensuring that the attributes of both Classes of Characters ("Cats" and "Mice") are representable within the Vitality System.

littleappledev commented 7 years ago

Implemented as of commit 10ca99fed48539a68876b95c24d88ecf68c32fbc . Issue closed.