(textual) pathfinding in python?

2014-11-15 Thread AudioGames . net Forum — Developers room : dhruv via Audiogames-reflector
(textual) pathfinding in python? Hi,So I was messing with evennia and I thought for the hell of it to implement a pathfinding feature in it. Now I can look up how to do it in games, but im not sure how itd work in interactive fiction or muds or with a mysql database of rooms (secret

Re: (textual) pathfinding in python?

2014-11-15 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: (textual) pathfinding in python? I can try. This is simple to code, but not exactly simple to look up or understand. You have 2 choices, depending on what information you have to go with the pathfinding. Mostly, I can only introduce terms-the code is long and depends on your setup too