complte classes
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user