Closed storborg closed 7 years ago
One thing to note is that the suggested API above sort of departs from the pattern of pre-computed moves.
Actually, the use cases for realtime control are pretty obscure and limited, so I think it's probably better for the maintainability of the package to stick with precomputed jobs as the only use pattern.
This could look like an
AxiBot
class with a higher-level interface for control. Something like:To test/demonstrate this, write a "clock" example which draws the current time as an analog clock once a minute or so.