COMP2396
|
Classes | |
class | BadGun |
The BadGun has poor quality such that at each shot, only 80% of its original power can be produced (round down to the nearest integer). More... | |
class | Character |
The Character class represents any game character with a name, skill level, and energy level. More... | |
class | OfficeCombat1 |
class | OfficeCombat2 |
class | SecurityGuard |
The SecurityGuard is well-funded by the department and must use a SuperGun. More... | |
class | Student |
The Student is poor and can only afford using a BadGun. More... | |
class | SuperGun |
The SuperGun can produce a boosted shot, such that the shot produces two times power than the original. More... | |
class | Weapon |
The Weapon class represents any game weapon with a name and power level. More... | |