textfight is a simple, text-based client/server application that allows fighters to join and wander around the world.
The ability to do battle with the other fighter will come soon!
ruby textfight_server.rb
This starts the server listening for connections from fighters.
Add in a -d flag to the command above to start the server in debug mode.
./textfight_client.sh
This connects to the server, expected to be localhost
To connect to another server besides localhost, you can modify textfight_client.sh or simply telnet servername 3939