todo snake leaderboard
This commit is contained in:
parent
092ef934cc
commit
4de34dede0
1 changed files with 11 additions and 1 deletions
10
readme.md
10
readme.md
|
@ -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
|
Loading…
Add table
Reference in a new issue