Skip to content
  • Past due by over 8 years Last updated over 8 years ago

    Since we're only going to have one map, we just need one World clas…

    Since we're only going to have one map, we just need one World class, rather than multiple levels. The world class should contain updaters for all of the entities and handle interactions between the entities and the map. Note: any rendering should happen in main.cpp rather than the world class.

  • Past due by over 8 years Last updated over 8 years ago

    The Player class should be derived from the entity class and use an…

    The Player class should be derived from the entity class and use an event receiver. Mobs and NPCSs should also be created and a simple state machine should be used to control their behavior.