No description
Find a file
2024-11-03 01:59:29 -05:00
data initial backend setup w/braille_xr page 2024-02-27 18:57:13 -05:00
src/router /reload routing 2024-03-05 11:08:48 -05:00
tem core head template 2024-11-03 01:59:29 -05:00
web disabled class 2024-11-03 01:47:36 -05:00
.gitattributes initial backend setup w/braille_xr page 2024-02-27 18:57:13 -05:00
.gitignore ignore tmp and fonts folders 2024-11-03 01:25:57 -05:00
go.mod module dofdev 2024-11-03 01:28:26 -05:00
go.sum initial backend setup w/braille_xr page 2024-02-27 18:57:13 -05:00
no_sync.txt no_sync.txt for rsync 2024-11-03 01:29:07 -05:00
readme.md todo snake leaderboard 2024-11-03 01:30:28 -05:00
server.go correct port # 2024-03-05 11:07:59 -05:00

# 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