Skip to content

Terminal- and text-based two-player fighting game.

Notifications You must be signed in to change notification settings

cbachich/textfight

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is textfight?

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!

Using textfight

Start the server

ruby textfight_server.rb This starts the server listening for connections from fighters.

Debug

Add in a -d flag to the command above to start the server in debug mode.

Starting the client

./textfight_client.sh This connects to the server, expected to be localhost

Join a non-localhost server

To connect to another server besides localhost, you can modify textfight_client.sh or simply telnet servername 3939

About

Terminal- and text-based two-player fighting game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.7%
  • Shell 0.3%