Feat: start game btn; add todos.md

This commit is contained in:
Grail Finder
2025-05-09 09:28:30 +03:00
parent 659c8dbbec
commit e20118acea
5 changed files with 42 additions and 14 deletions

View File

@ -72,7 +72,7 @@ func HandleFrontLogin(w http.ResponseWriter, r *http.Request) {
abortWithError(w, err.Error())
return
}
state := models.MakeTestState()
state := models.MakeTestState(cleanName)
state.State.Username = cleanName
// save state to cache
// if err := saveState(cleanName, state.State); err != nil {