Skip to content

v0.6.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 13:37

Description

Refactored the entity logic, instead of being event driven with Bloc pattern we are now more depended on linear process.

Game state remains in Bloc pattern but when managing player states, card usage and so on we process them through the entities directly.
This should make things easier to follow and nicer.