Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Is there any good card-game js framework out there? #26

Closed
bbortt opened this issue Apr 2, 2020 · 1 comment
Closed

Is there any good card-game js framework out there? #26

bbortt opened this issue Apr 2, 2020 · 1 comment
Assignees
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@bbortt
Copy link
Owner

bbortt commented Apr 2, 2020

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.

@bbortt bbortt added help wanted Extra attention is needed question Further information is requested labels Apr 2, 2020
@bbortt bbortt self-assigned this Apr 2, 2020
@bbortt
Copy link
Owner Author

bbortt commented Apr 2, 2020

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant