Marco
aac428baab
1. Introduce 'usher' that opens lobbies and fills it and waits for them to be filled 2. Add global registry of all games
12 lines
181 B
Go
12 lines
181 B
Go
package chess
|
|
|
|
import (
|
|
"net/http"
|
|
)
|
|
|
|
var AppPath = "/home/m/projects/programming/flutter_projects/mchess/build/web"
|
|
|
|
func PlayHandler(w http.ResponseWriter, r *http.Request) {
|
|
|
|
}
|