scrom / Experiments

a NodeJS text adventure - deliberately coded badly to re-experience the pain of legacy code
http://mvta.herokuapp.com/
2 stars 0 forks source link

Allow a player to "quit" a game #347

Closed scrom closed 9 years ago

scrom commented 9 years ago

Rather than just leaving to time out - let the user "quit"

scrom commented 9 years ago

Done - this removes the game from the controller without saving. There's some client logic that offers ok/cancel and some basic validation.