Difference between revisions of "PlayChessWithAWebCam/DetectState"

From BITPlan Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
     preMove -> inMove [ label="" ]
 
     preMove -> inMove [ label="" ]
 
     inMove->inMove
 
     inMove->inMove
     inMove -> moveDetected [ label="" ]
+
     inMove -> potentialMove [ label="" ]
 
   }
 
   }
 
</graphviz>
 
</graphviz>

Revision as of 10:01, 17 December 2019

Second attempt

First attempt