site/readme.md

23 lines
No EOL
450 B
Markdown

```shell
# develop
air
# deploy
go build
rsync -avz --exclude-from='no_sync.txt' --progress ~/go/src/dofdev/ root@dofdev:/root/dofdev/
# misc
# 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