-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deck sharing #185
Comments
Hi. A suggestion as to how this could be improved. For the deck import and deck export commandsInstead of just spitting out (and expecting) a json string, encode it in something like base64, or something similar, so it's just a string of letters and numbers, instead of a string with (for players) strange symbols and such. |
I can contribute something for the YDKe URLs on YGOProDeck. I'd need to know at what part of the codebase to inject it though. |
@kevinlul in this case, we are not talking about YGOProDeck. |
I'm referring to a base64 url format like so
|
that ydke format seems interesting, due to higher compatibility and the ability to directly import decks from ygodeck. Internal deck sharing would still be interesting though. |
I'll open a new ticket for the ydke format though. |
some players want a better deck sharing experience, deck exporting/importing seems to clumsy and copying from public decks isn't perfect either.
The text was updated successfully, but these errors were encountered: