When the a new user signs up, a user is created in the text file to keep track of their information. An important piece of information which will regularly get updated throughout the game is their score. The signup use case should create a score data for the each new user that signs up and initialize that to 0.
When the a new user signs up, a user is created in the text file to keep track of their information. An important piece of information which will regularly get updated throughout the game is their score. The signup use case should create a score data for the each new user that signs up and initialize that to 0.