Picolab / pico-engine

An implementation of the pico-engine hosted on node.js
http://picolabs.io/
MIT License
43 stars 8 forks source link

#636 Expose generate_message in did-o ruleset #649

Closed joshmann35 closed 1 year ago

b1conrad commented 1 year ago

Oh, cool. I see why you are doing this. And this explains why your TicTacToe ruleset works, when my attempt (mimicking yours) did not, and I worked around this by going directly to the dido library.

I think, in general, appeals to the dido library should be avoided in this way, by wrapping them in the did-o ruleset. Similar to the way most direct pico engine usage, with the ctx library, are wrapped by the wrangler ruleset.