I built a little text-adventure game in ruby. It's a class and I initiate the class with the input text, and it prints the output to my terminal window. I wanted to make a telnet wrapper for this all, so I found Gserver, and built it so that you can send a command, and a makes a new game with the input. However, when it gets to calling the command, it drops the telnet session giving me "Connection closed by foreign host."
Not quite sure whats going wrong here. I hope someone can help me out. Does it have anything to do with timeouts? Preferably something easy ;)
Thanks in advance. -Patrick Gates