xinx9/RoadMapGenerator
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
this program generates random roads and maps them out example: python3 ProgramName.py <clusters> <nodes> <edges> python3 roadGenerator.py 3 25 25 this will output a road network/map with 3 roads with 25 stopping points, and it will be connected between each other road 25 times