sriyash421 / Arcus

A simple game made in Python using pygame
6 stars 13 forks source link

Change highscore part to include names #6

Open sriyash421 opened 4 years ago

raajtilaksarma commented 4 years ago

Hi, can i take this issue? Also can u describe the issue a bit?

sriyash421 commented 4 years ago

For the highscore part : when the game ends, add a text box and take text as input using the keydown function.Then add a button to save the text.

raajtilaksarma commented 4 years ago

It is for single player right? Where should we store the highscores?

sriyash421 commented 4 years ago

@raajtilaksarma store the highscore in a file. Better if data is hashed.