Skip to content

Reinecker/JavaArena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages