-
Notifications
You must be signed in to change notification settings - Fork 0
Reinecker/JavaArena
Folders and files
Name | Name | Last commit message | 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>
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published