These are the projects I did during my second semester.

Maze Game Builder

  • Utilised FLTK (Fast Light Toolkit) widget library and C++ to create a graphic N × N maze game
  • Handled an input array describing the obstacle locations to automate designing of maze layout

Back