Path finding fun

What I really like about 8th is, it’s really easy and fast to write programs to test ideas or how code works. I just wrote a path finding library for graphs. It can do Uniform Cost Search and A* and also properly handles directed graph edges.

I wrote a simple graphical program to visualize how code works.

1 Like

It’s Glenda!!!

Yes, it is! I am an old Plan 9 and Inferno user… Graphics exluding the carrot are from Sokoban game bundled with Plan 9 distribution.

1 Like