Skip to content

shafi-1/sushi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMP1206: Sushi Coursework 1

  • You must keep the packages as provided. You may add new packages or add to them, but not change the names of the provided packages.
  • You must not change the names of the provided classes
  • You must not change the names of the provided methods
  • You must not modify the Launcher
  • You must not modify the interfaces
  • It must be possible to build a jar file using Maven from your source as below
  • It must be possible to launch your application as below

Main source tree

The main source tree can be found in src/main/java

Creating the jar file

mvn install

Running

java -jar target/sushi-1.jar

About

Sushi GUI Coursework from 1st Year

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages