My implementation of flow field pathfinding. This project was made for my Gameplay programming course. Made in c++, using a school given framework.
The project features:
- Multiple steering behaviors (Basic steering and flocking)
- A* pathfinding (primitive)
- Flow field pathfinding
Click here to see this project on github or check out the demo video below.