I’m thinking to start with a small card game ( mobile and desktop ) and I’ve choosed to use libgdx.
Do you know any opensource implementation of a card game with following features:
- basic loop done: main screen, start game, end/win screen
- basic ui done with buttons, card selections and so on…
- animations: move cards from deck to hand and to hand to game board
Imagine something like “hearthstone” loop: draw first X cards, move from deck to hand, then play it and so on.
I’ve tried to start again and again but get lost on motivation on animation/ui side, so I’m looking for some examples to get “kickstarted” and try to do something