Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ellens-alien-game): add check for hit requirement
There is a requirement for hit() method which states: "Make sure that the health points do not drop below zero." Adding a "get_health() == 0" at the end of the hit test now tests whether this is the case.
- Loading branch information