🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

A* C implementation code.

Started by
-1 comments, last by KnolanCross 11 years, 8 months ago
Hi, I recently coded the A* for a grid game hobby project in C.
It can be used by any C grid game as long as the character looking for a path moves one cell at a time (the algorithm can be used with diagonal movement enable or only vertical/horizontal moves).

The code and the whole explanation on how to interface with other codes can be find here:

http://16bitsflag.bl...grids-in-c.html

That is it, just wanted to share the code, hope someone find it useful.

Currently working on a scene editor for ORX (http://orx-project.org), using kivy (http://kivy.org).

This topic is closed to new replies.

Advertisement