diff --git a/readme.md b/readme.md index d267709..0b3fdab 100644 --- a/readme.md +++ b/readme.md @@ -10,4 +10,14 @@ rsync -avz --exclude-from='no_sync.txt' --progress ~/go/src/dofdev/ root@dofdev # misc # track lfs git lfs track "*.svg" -``` \ No newline at end of file +``` + +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 \ No newline at end of file