Player registration system and admin deletion commands.

This commit is contained in:
Haze Weathers 2024-11-30 21:39:17 -05:00
parent a818d383ec
commit 33f7e16f86
5 changed files with 370 additions and 21 deletions

View file

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