todo snake leaderboard
This commit is contained in:
parent
092ef934cc
commit
4de34dede0
1 changed files with 11 additions and 1 deletions
12
readme.md
12
readme.md
|
@ -10,4 +10,14 @@ rsync -avz --exclude-from='no_sync.txt' --progress ~/go/src/dofdev/ root@dofdev
|
||||||
# misc
|
# misc
|
||||||
# track lfs
|
# track lfs
|
||||||
git lfs track "*.svg"
|
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