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

EventHandlers and Specialist Decks #117

Closed QuinnBast closed 1 year ago

QuinnBast commented 1 year ago

Description

Adds EventHandlers to more easily control game event flow instead of attempting to predict the future. Makes the TimeMachine run off of EventHandlers

Add a ResourceProducer class that will produce resources on a recurring schedule. Implemented this for: Shields, Drillers, Mining, Specialist Hire Tokens

Start to implement specialist decks and allow players to hire specialists! Implement Specialist hire events and Promotion events.