Drawing code


My friends and I are working on a neat game that I am sure I will speak about more later, and I am mostly working on the art.  But sometimes some little bug comes up, or feature that I really want to get added and I feel like I want to get some coding done.

But reading code is difficult because there are so many steps that are interconnected that it is very difficult to see the overall picture to actually understand how it works, and more importantly, how to fix a bug.

So I ended up going through the code line, jumping between all the functions drawing out exactly what was going to happen.

I ended up finding the tiny oversight that was causing the bug and implemented the little fix that was needed to fix it. Anyways, now I understand what the heck is going on slightly better.



















Kyler