Initial commit, basic unauthenticated score system
This commit is contained in:
commit
a818d383ec
7 changed files with 596 additions and 0 deletions
9
config.json
Normal file
9
config.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"listen_port": 3000,
|
||||
"db_path": "scores/",
|
||||
"levels": [
|
||||
"hills",
|
||||
"canopy",
|
||||
"mountain"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue