https://github.com/boompig/pathvisualizer
A path visualizer on a graph. Originally part of my Catan project, it kind of spun off into its own thing...
https://github.com/boompig/pathvisualizer
Last synced: 12 months ago
JSON representation
A path visualizer on a graph. Originally part of my Catan project, it kind of spun off into its own thing...
- Host: GitHub
- URL: https://github.com/boompig/pathvisualizer
- Owner: boompig
- Created: 2013-01-30T00:36:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-01T17:44:39.000Z (over 13 years ago)
- Last Synced: 2025-06-04T21:33:31.839Z (about 1 year ago)
- Language: Python
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PathVisualizer
==============
A path visualizer on a graph. Originally part of my Catan project, it kind of spun off into its own thing...
Draws paths for you, one at a time in the order they were given, and displays all available paths, as well as the length of the longest path.
A feature I plan to add is constant colors - they change right now, since the paths are stored in a set, which is not sorted.
So far no GUI path editor, but allows you to add any path you want in the main.py file, with some pre-provided configurations.