Wednesday 24 October 2018

Diagnostics

Added some diagnostics to help with dev. Using "Dear ImGui" which is an awesome immediate mode gui toolkit. Go support it:
https://github.com/ocornut/imgui


Thursday 3 November 2016

Short Passing

Tweaked user controlled short passing now feels nice and crisp. Compare with short-passing-demo to see the improvements in passes connecting with the receiver. A receive state helps the AI connect with the pass, and the input switching is tweaked so the receiver doesn't grab input too soon and run away in the opposite direction.



Some A.I. controlled dribbling and short passing.