This is a project from the course DD1362 Programmeringsparadigm at KTH
This project was done in collaboration with Zino Kader
To create a bundled, runnable JAR in IntelliJ IDEA:
- Build -> Build all artifacts
- Open the jarsplice jar file in /lib and use the GUI (eww!)
- Add both of either the (Server + JSON jar) or (Client + JSON jar)
- Main class should be either server.Server or client.Client
- Create the bundled jar as BomberGuyServer.jar or BomberGuyClient.jar and save these to the build folder at the top level.
- Run with java -jar [filename].jar
First, open a server and copy the IP address from the first line output. Then open the client(s) and connect to that IP.