trasa / watchmud

Simple gRPC based MUD server written in Go
MIT License
0 stars 0 forks source link

Server: message flow for logging in, picking a character, creating a new character #21

Closed trasa closed 5 years ago

trasa commented 6 years ago

After connecting to server, client decides if they are going to login as a character or create a character.

If login, provide credentials, etc. as usual.

Otherwise, provide a "create player" message of some sort describing the player they want to create. And then if that succeeds, drop the character in the correct place in the game.