Jacob Denton
Software Engineer • CS GraduateSeeking career opportunities in software
Explore the solar system and see planets up close. Watch planets rotate and move along their paths. Read interesting facts about selected planets.
A* is a path search algorithm similar to the famous Dijkstra's algorithm. The difference is that A* doesn't focus on finding the shortest path (Dijkstra's), rather it finds a path quickly and efficiently. Effectively utiilizing fundamental data structures:
1 semester. 2 students. 30,000 lines of code. Built using GameMaker Studio 2 - a simple and rather barebones game engine. Read more about the project, the lessons learned, and the experience gained working with large and complex projects in the discussion below.