0
Please tell me the code that increase score and if someone continue the the code is still maintain the score...
2 Antworten
+ 1
It sounds like you want the score to persist?... If so, the score will need to be written to a file (csv, txt, etc.) or a database of some sorts. This will allow users to play your game and pick up where they left off. You can also implement a manual save button and auto feature which will provide for a more seamless experience