early bollen videos

August 23rd, 2009 buxman 3 comments

First version
Second version

It goes slowly but forward :)

Categories: Bollen Tags:

A* pathfinding tests

July 27th, 2009 buxman 4 comments

I made a simple A* pathfinding app for the iPhone, currently it seams to be working at decent speeds. I will be using this algorithm for an upcoming game.

This is how a quick sample test looks like:

Screen shot 2009-07-27 at 12.06.54 PM

Start is the green square and end is the red square. And all blue are “walls”  or blocked area. The yellow path is generated with the algorithm in real time.

Once I’m satisfied enough with the code, I will release the source code.

Categories: Development Tags: