Subterfuge-Revived / Remake-Core

Core repository that holds all game logic for both front end rendering and back end validation.
Creative Commons Zero v1.0 Universal
39 stars 24 forks source link

Add specialist classes, implement SpecialistPool #86

Closed QuinnBast closed 2 years ago

QuinnBast commented 2 years ago

Adds an enum for specialist classes and implements a SpecialistPool that holds a map of all available specialists and provides offers to allow people to hire specialists from the pool.

In the future the pool should probably be on a per-player basis.