How would i go about making deck cards for a 2D playing cards game?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By shreyk27

I am currently working on a Playing Cards game an online Multiplayer in which i want the game to start by sharing the cards to all the four players equally, my question is how would i go about making those cards object? Should they be a sprite or a different scene for each card or should i make a json file storing the data regarding the cards?