ole #7
|
@ -1,12 +1,13 @@
|
||||||
public class HalloSchiffeVersenken {
|
public class HalloSchiffeVersenken {
|
||||||
|
|
||||||
public static void main(String[] args) throws InterruptedException {
|
public static void main(String[] args) throws InterruptedException {
|
||||||
/*Luccas Methoden
|
//LUCAS CODE
|
||||||
MainMenuModel model = new MainMenuModel();
|
MainMenuModel model = new MainMenuModel();
|
||||||
MainMenuView view = new MainMenuView();
|
MainMenuView view = new MainMenuView();
|
||||||
MainMenuController controller = new MainMenuController(model, view);
|
MainMenuController controller = new MainMenuController(model, view);
|
||||||
*/
|
|
||||||
System.out.println("HelloSchiffeVersenekn");
|
|
||||||
|
//System.out.println("HelloSchiffeVersenekn");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
System.out.println("sound");
|
System.out.println("sound");
|
||||||
|
@ -18,6 +19,8 @@ public class HalloSchiffeVersenken {
|
||||||
System.out.println("sound off");
|
System.out.println("sound off");
|
||||||
SoundHandler.playSound("hit");
|
SoundHandler.playSound("hit");
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//JOSHUA CODE
|
||||||
startLocalGame huso = new startLocalGame();
|
startLocalGame huso = new startLocalGame();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue