ole #7

Merged
lgc merged 23 commits from ole into main 2024-11-26 14:01:01 +00:00
1 changed files with 9 additions and 6 deletions
Showing only changes of commit 95a9efa772 - Show all commits

View File

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