Initial commit, basic unauthenticated score system

This commit is contained in:
Haze Weathers 2024-11-29 06:33:08 -05:00
commit a818d383ec
7 changed files with 596 additions and 0 deletions

9
config.json Normal file
View file

@ -0,0 +1,9 @@
{
"listen_port": 3000,
"db_path": "scores/",
"levels": [
"hills",
"canopy",
"mountain"
]
}