TheInflater on DeviantArthttps://www.deviantart.com/theinflater/art/Game-Design-Path-Finding-370231271TheInflater

Deviation Actions

TheInflater's avatar

Game Design: Path Finding

By
Published:
1.3K Views

Description

Little explanation of how to implement a Path Finding algorithm for a game design. The game is from

:iconfarraj: Farraj

and you can find it in his profile.
Image size
640x1916px 405.25 KB
© 2013 - 2024 TheInflater
Comments4
Join the community to add your comment. Already a deviant? Log In
I implemented such an algorithm, when I was coding on Pascal (for some kind of contest) and then in my attempt to make a C&C clone. I found that this is horribly inefficient algorithm. It makes sense only in the complex maze, but in a relatively big and open map with several obstacles it consumes memory and CPU in horrible quantities.