Package wolf.city.road

Examples of wolf.city.road.RoadQueue


  }

 
  public void setupGeneration(){
    log.log("Starting roadmap generation");
    rqH = new RoadQueue(); //highways
    rqM = new RoadQueue(); //main roads
    rq = new RoadQueue(); //streets

    //seed map with a couple highways
    seedRoadMap(rqH);

    //generate highways entirely
View Full Code Here

TOP

Related Classes of wolf.city.road.RoadQueue

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.