Azurekuz / RPG-Task-Manager

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

Actor Class #126

Open E-3P0 opened 4 years ago

E-3P0 commented 4 years ago

Parent class for playerchar, enemies, npcs.

Each actor has stats, money, and an itemlist to be used in different ways.

Azurekuz commented 4 years ago

Created basic actor and tests.

Time: 1.5hrs