Seperated code (comments)

This commit is contained in:
Joshua 2024-11-14 17:58:52 +01:00
parent c8528a6b58
commit 95a9efa772
1 changed files with 9 additions and 6 deletions

View File

@ -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();
}
}