Skip to content

mellonnen/BomberGuy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INET

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:

  1. Build -> Build all artifacts
  2. Open the jarsplice jar file in /lib and use the GUI (eww!)
  3. Add both of either the (Server + JSON jar) or (Client + JSON jar)
  4. Main class should be either server.Server or client.Client
  5. Create the bundled jar as BomberGuyServer.jar or BomberGuyClient.jar and save these to the build folder at the top level.
  6. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages