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