You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.
Do some research on card game frameworks (in JS or similar) out there. A first version of the game might be hand made and not include many animations but, later on it will get more difficult.
Maybe also take a look at motion-ui (sass animations) which is already included as a dependency of foundation-sites.
The text was updated successfully, but these errors were encountered:
So I found a pretty simple example using jquery: cards.js. It's pretty much just jquery animations and cards in an array. But we could probably copy a little from this one. Simple cards (which I actually like pretty much) are included.
I also found more complex cards here. We might make those configurable. But, more to this later.
Another thing to consider: Should we publish a separate library which includes cards and the logic behind it? Or include it in this project without publishing it separately?
I definitely need to spend a little more time with cards.js.
Do some research on card game frameworks (in JS or similar) out there. A first version of the game might be hand made and not include many animations but, later on it will get more difficult.
Maybe also take a look at
motion-ui
(sass animations) which is already included as a dependency offoundation-sites
.The text was updated successfully, but these errors were encountered: