Skip to content

Convert individual monsters to subclasses of Monster #14

Description

@cwc
  • Each monster should have its own class (e.g. MonsterHornet.cpp)
  • The Monster class should be made more generic (i.e. have virtual methods for attacking the player that will be overridden)
  • Each monster should subclass Monster in order to provide e.g. specialized attacks, movement behavior, etc.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions