gsatwik-git / game

The game!
1 stars 0 forks source link

[Backend] Local database for storing leaderboard #12

Open dom-techwriter opened 3 years ago

dom-techwriter commented 3 years ago

What

For an MVP for the game, let's store the recent high scores locally.

Why

Just to test if we can do it as well ;) We'll expand upon this when we then decide to create a global DB.

How

Unsure. But we have to make sure that we keep it as open as possible, in case later on we want to store other statistics and so on.

Note: make sure to document the schema and how it works before finishing this ticket.