Baelyk / Colemnagrafia

https://baelyk.github.io/Colemnagrafia/
0 stars 0 forks source link

Better puzzles.json #10

Closed Baelyk closed 4 months ago

Baelyk commented 4 months ago

Instead of using the date (and then days since the date) to identify the daily puzzles, use days since the epoch. Should be able to div the the seconds since the epoch by the seconds in a day. For both Tauri generated puzzles and puzzles.json.

Then make puzzles.json a map instead of an array.