path finding - Scent based pathfinding using C# in games -


was wondering if has knowledge on implementing pathfinding, using scent. stronger scent in nodes surrounding, way 'enemy' moves towards.

thanks

yes, did university final project on subject.

one of applications of idea finding shortest path. idea 'scent', put it, decay on time. shortest path between 2 points have strongest scent.

have @ paper.

what did want know exactly??


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -