Matin's implement

This commit is contained in:
2026-05-11 23:36:58 +03:30
parent 78d4bedb08
commit b56299bd4e
39 changed files with 970 additions and 26 deletions
@@ -1,7 +1,7 @@
package org.project;
import org.project.location.Location;
import org.project.GameLoop;
import java.util.ArrayList;
import java.util.List;
@@ -11,5 +11,7 @@ public class Main {
List<Location> locations = new ArrayList<>();
// TODO: IMPLEMENT GAMEPLAY
GameLoop game = new GameLoop();
game.start();
}
}