TomNix / 3112FinalProject

A repo for my C++ class final project where we are incorporating a GUI to show A* search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3112 Project: A* Search with a GUI


Project Description:

This project is for my ITCS 3112 class (Design and Implementation of Object Oriented Systems). We had free reign over what sort of work we wanted to do, with the minimum requirements being that we incorporate things we had learned throughout the semester, and build some sort of graphical user interface. We chose to do an A* search as one of our team members had familiarity with the algorithm from a previous class, and a graphical depiction would further build our understanding of the algorithm and it's uses.

Language: C++

Dependancies

  • iostream
  • algorithm
  • time.h
  • stdlib.h
  • cmath
  • vector
  • iterator
  • sstream
  • FLTK 1.3.2 Dev
    • FL/Fl.H
    • FL/Fl_Box.H
    • FL/Fl_Button.H
    • FL/Fl_draw.H
    • FL/Fl_Int_Input.H
    • FL/Fl_Text_Display.H
    • FL/Fl_Window.H
  • [TBD]

List of authors

About

A repo for my C++ class final project where we are incorporating a GUI to show A* search

License:Other


Languages

Language:C++ 44.8%Language:C 43.8%Language:Roff 3.5%Language:HTML 2.6%Language:Objective-C++ 1.8%Language:Shell 1.0%Language:CMake 0.7%Language:Makefile 0.6%Language:Objective-C 0.3%Language:TeX 0.3%Language:CSS 0.3%Language:JavaScript 0.3%Language:Batchfile 0.0%