Skip to content

brimoo/FierisQuest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fieri's Quest

Final Project for CSE165: Object Oriented Programming. Fieri's Quest is a path finding algorithm visualizer written in C++/OpenGL that supports A* (manhattan heuristic), Dijkstra's, BFS, and DFS.

Dependencies

Requires freeglut and glu to be installed and in your system's path.

Compiling

Linux

Run make in the project directory to build the fieris_quest executable. Remember to run make clean to clean the directory when done.

Windows

Could be compiled from the command line, but using Visual Studio is recommended.

MacOS

Can be compiled using make just like in Linux, or you can use an IDE like XCode.

About

Path finding algorithm visualizer in C++/OpenGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 56.5%
  • C 41.9%
  • Makefile 1.4%
  • Batchfile 0.2%