Azurekuz / RPG-Task-Manager

A COMP345 Agile project dedicated towards creating a gamified RPG task manager.
MIT License
4 stars 1 forks source link

ActorList Class #52

Open lwatson98 opened 4 years ago

lwatson98 commented 4 years ago

ActorList is the keeper of the many actor entities in our game these include the player the enemies and the NPC,s

To demo we would have the ActorList display the which actor objects are in the players current location.

Estimate: 4hr

Clocked in time: 2hrs

lwatson98 commented 4 years ago

Demo Create multiple game entities that identify as either NPC, Player Character or enemy monster

E-3P0 commented 4 years ago

got rid of errors, added some functions, improved some other ones, added some tests (including a json save/load)