complte classes

This commit is contained in:
2026-05-10 16:07:52 +03:30
parent 78d4bedb08
commit a7ff45292f
26 changed files with 459 additions and 104 deletions
@@ -7,9 +7,43 @@ import java.util.List;
public class Main {
public static void main(String[] args) {
// TODO: ADD LOCATIONS TO YOUR GAME
List<Location> locations = new ArrayList<>();
ArrayList<String> names = new ArrayList<>();
names.add("Nou Camp");
names.add("Bernabeu");
names.add("Azadi");
System.out.println("----------Welcome to Java-Knight");
while (true){
}
// TODO: IMPLEMENT GAMEPLAY
}
}
private void
}