issues
search
yadarts
/
yadarts-desktop
yadarts desktop edition
2
stars
5
forks
source link
implement persistency for highscore
#13
Open
matthesrieke
opened
10 years ago
matthesrieke
commented
10 years ago
Create an interface for that.
A first implementation could be done with SQLite.
Every game should have its own highscore table.
Contents for X01:
Player
Number of thrown darts
DateTime
Accumulated time of all throws (include it in DB schema, filled when
https://github.com/yadarts/yadarts/issues/14
is finished).
Contents for X01: