Made with Java, as my final Comp Sci project.
space-exploration
is a multiplayer space exploration, and capitalist style video game. Think of it as Adventure Capitalist, except the adventure is in space, and the only capitalism is selling things and ransacking planets.
For a detailed explination on how each class works, please refer to Code Documentation
Download the latest release from the releases section on the right, and run it with java -jar space.jar
You will require a server to be hosted for this to work, so either get the IP address and port of a pre-hosted one, or host your own with java -jar space.jar --server
To host the server: java -jar space.jar --dev
To run the client: java -jar space.jar --dev-client
These commands will automatically connect the server to the client, and will work out of the box.
Yes i know, simply download the entire repository by clicking on the Code<>
button, and then download as zip button in the corner.