Gustavrohss / EverythingIsWrong

0 stars 0 forks source link

Persisted state #34

Closed majate closed 4 years ago

majate commented 4 years ago

From grading criteria: Application state persisted at server, for each user.

Ask Abdul what is needed. Do we need high scores or cookies? Should we instead start implementing user accounts?

Gustavrohss commented 4 years ago

Taking a look at this.

Going to try to implement some simple hash(username + password) system to save favorite game rounds.

Gustavrohss commented 4 years ago

High scores are implemented through a rudimentary login system. May or may not implement the option to log in at the results screen, if not yet logged in.