Reinecker/JavaArena
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A text based multiplayer "arena" game written in Java where player's fight each other. Currently the items, classes, and special abilities are not balanced in any sort of way. Usage: The game server or client can be compiled by running the following commands from the base directory: For the client: javac gameclient\*.java For the server: javac gameserver\*.java After compilation, the client can be used with the command: java GameClient <ip of server> <port of server> After compilation, the server can be used with the command: java GameServer <port to run on>