Skip to content

Latest commit

 

History

History
executable file
·
20 lines (14 loc) · 420 Bytes

README.md

File metadata and controls

executable file
·
20 lines (14 loc) · 420 Bytes

A* Path Finder

A* path finding algorithm implemented in SDL 2 and C++.

Features

  • A* Algorithm
  • Player Routing
  • Different Terrain Types
  • Dynamic Route Updating

Libraries

  • SDL2

Controls

  • Left Mouse Button - Place object here
  • Middle Mouse Button - Start player from here
  • Mouse Scroll Wheel - Cycle through object types
  • Right Mouse Button - Place goal here