Casey Kuball
Casey Kuball
This should really work out-of-the-box. Is there a clear explanation for why it doesn't (e.g. that I have a atypical config)? My config starts with: ``` upstream backend { server...
Understood. Backwards incompatible changes in a non-major release is unfortunate. Opened PR 140 to address it.
I think this is approaching the subject that you, Josh, and I discussed a bit, of having a shared block memory for bots running on the same machine.
You should be using pip to install the package, not distutils. Try this: `python -m pip install ./pydot`
It doesn't currently support sprinting, due to the fact that it would increase jump velocity, affecting what jumps would be possible. Would be nice to add simple support for sprinting,...
If we're going to go by the Notchian Client rules, this would only be allowed while the bot has more than 6 food (3 shanks), which could deplete along the...
Using A\* with the isEnd function set up to check if a block is the highest physical block in the column?
How would you see it working together with helperbot? Helperbot is more of an in-game slave that you tell what to do while playing. Having to tab back and forth...
I suppose you're right about it being 'opt-in', but right now I'd rather focus my attention to getting some more useful things like flattening, camel'ing, tunneling, and such.
I will investigate when I get a chance.