Skip to content

Sequence Diagram

bach-truong edited this page Oct 4, 2022 · 3 revisions

Enemy Creation

image

This sequence shows how the enemy is created. DefaultTask mentioned in the diagram represented any child Task class that extends the DefaultTask. This helps to generalize the diagram. Similarly, Component mentioned in the diagram represented any child Component class that extends the Component class.

Enemy Movement and Attack (Melee)

image

Enemy Movement and Attack (Ranged)

image

Clone this wiki locally