Commit aeedc5e3 authored by jak.moore's avatar jak.moore

Minor

parent 103d373c
......@@ -29,9 +29,6 @@ public class Main {
// Closed list
ArrayList<GameState> closedList = new ArrayList<>();
// Array list to hold game states
ArrayList<GameState> newStates = new ArrayList<>();
// Defining array list to be the frontier and adding the first node to it
ArrayList<Node> frontier = new ArrayList<>();
frontier.add(new Node(Actions.VOID, gs));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment