Skip to content

jimlloyd/siteswap-states

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

siteswap-states

Very simple python code for creating SVG state graphs.

The program outputs a graphviz .dot file. It can be converted using dot into various formats. The Makefile will run states.py and then dot, creating both .dot and .svg files.

The command line in the Makefile is: ./states.py --balls=3 --maxThrow=5 --pattern=51 > states.dot

Note that the three arguments (balls, maxThrow, pattern) must be consistent.

About

Very simple python code for creating SVG state graphs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published