jkomoros / boardgame

An in-progress framework in golang to easily build boardgame Progressive Web Apps
Apache License 2.0
31 stars 4 forks source link

Create boardgame-component-stack #371

Open jkomoros opened 7 years ago

jkomoros commented 7 years ago

Now that we've fixed #347, create a more generic boardgame-component-collection that boardgame-card-collection inherits from, that the animator is based off of, so that movement of other types of component objects can be tracked.

jkomoros commented 7 years ago

This could also be a class mixin property that both boardgame-component-collection and boardgame-card-collection both use?

jkomoros commented 7 years ago

The stack argument stamping behavior should also be in this element