top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

A* Pathfinding

Project type

Programming Assignment

An assignment for a course about Game AI where I implemented an A* pathfinding algorithm on square tilemaps. For this assignment, I used an engine provided by the teacher with his own implemented UI, I implemented the pathfinding algorithm with 4 heuristics for estimating the remaining path and distance: Octile, Euclydian, Manhatten, and Chebyshev. Additionally, I implemented single-step and debug coloring to visualize the process.

bottom of page