How to move whole deck? #282
-
|
Hello! Just discovered this handy app and I'm using it to test a game in development. Once I load a deck, how do I move it (or any stack of cards, really) all at once instead of one card at a time? Also, is it possible to set up a game and save that state? In my game each player starts with 4 identical face-up cards and one deck. Can I save that state instead of having to re-do it each time? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
You can press and hold on a stack until it gets highlighted, and then it will move the entire stack instead of drawing 1 card. It's not yet possible to save game state, but it is something I want to add in the future. However, it is possible to have the game start with a specific deck by writing some JSON. You may want to look into the CGS games specification: https://github.com/finol-digital/FinolDigital.Cgs.Json I hope this helps, and please let me know if you have any additional questions. I should now get notifications on this thread so I should reply faster 🙂 |
Beta Was this translation helpful? Give feedback.
You can press and hold on a stack until it gets highlighted, and then it will move the entire stack instead of drawing 1 card.
It's not yet possible to save game state, but it is something I want to add in the future.
However, it is possible to have the game start with a specific deck by writing some JSON. You may want to look into the CGS games specification: https://github.com/finol-digital/FinolDigital.Cgs.Json
I hope this helps, and please let me know if you have any additional questions. I should now get notifications on this thread so I should reply faster 🙂