The main source tree can be found in src/main/java
- You must have a valid pom.xml file which contains all needed dependencies
- Executing mvn install will build /target/sushi-2.jar in the target folder correctly.
- Executing java -jar target/sushi-2.jar server will start the server
- Executing java -jar sushi-2.jar client will start the client.
mvn install
java -jar target/sushi-2.jar
java -jar target/sushi-2.jar server
java -jar target/sushi-2.jar client
Exception handling
Multithreading
Client - Server communication
GUI
Improve server - client communication and message parsing (Implement communication parsing via a Queue)
Optimize drones