I pushed out 0.0.11
Added support for multiple games in one game. I guess I need better terminology. Before 0.0.11 only one game for a particular gameId could connect at a time. Now multiple games can connect with the same gameId. This lets you run games that span computers. Example
http://greggman.com/github/hft-jumpabout
Added --no-ask-name as in
hft start --no-ask-name
This is for installations when you don't want the user to be asked to enter a name. If you've only got one thing running and you don't ever display a name this might be useful for you. The normal flow is that users enter their name once and then that name follows them from game to game.