textfight is a simple, text-based client/server application that allows fighters to join and wander around the small world. These fighters can walk around, and, when they land on the same square, do battle!
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