Casey Kuball

Results 5 issues of Casey Kuball

In the demo image, two radio buttons are shown selected at the same time. If they are meant to be of the same group, they should be exclusive (selecting one...

If it's possible, we should look into using Jump Point Search algorithm over A*, it seems to perform much better. [Demonstration](http://qiao.github.io/PathFinding.js/visual/) [Article](http://harablog.wordpress.com/2011/09/07/jump-point-search/)

On Windows, when running a local server and telling the bot to navigate, the bot often fails to jump, running off the block and falling. Looks to be related to...

bug

After some time of strip mining, the bot will encounter an "Error breaking block". When I tell him to strip again, he will continue mining until he needs to switch...

bug

Trying to create a very basic game, and getting crashing on Windows 7 32-bit: ``` import bacon class Game: def on_tick(self): bacon.clear(0, 0, 0, 1) bacon.set_color(128, 128, 128, 1) bacon.fill_rect(50,...