Card Collection Game

Hello. I want to make a card collection game. The gameplay is like this, after people open an account, the silhouette of a card appears on their screen, and the number of clicks increases according to the rarity of the card. When the desired value is clicked, that card becomes that person. I just took care of creating an account and logging in. I am using tinydb as database. Where I'm stuck is what database people have and how can I keep track of what cards they have and how many they have.

1 Like

Yeah I want to create a game too