todo snake leaderboard

This commit is contained in:
ethan merchant 2024-11-03 01:30:28 -05:00
parent 092ef934cc
commit 4de34dede0

View file

@ -11,3 +11,13 @@ rsync -avz --exclude-from='no_sync.txt' --progress ~/go/src/dofdev/ root@dofdev
# track lfs
git lfs track "*.svg"
```
todo:
snake leaderboard
POST store and GET snake{ []XYZi, len#, initials"" }
to keep data costs low as possible:
just store and share top 10
+buffer incase of removing cheater
and just store local top 10 highscores locally
page on spatial cursors