Skip to content
  1. Oct 09, 2020
  2. Oct 03, 2015
    • Brandon Rodriguez's avatar
      Another readme update. · 77e5e2e4
      Brandon Rodriguez authored
      77e5e2e4
    • Brandon Rodriguez's avatar
      Adds last minute tweaks. · 03aa1131
      Brandon Rodriguez authored
      Updates to readme file.
      
      Minor last minute changes to maze display.
      03aa1131
    • Brandon Rodriguez's avatar
      Even more bugfixes. · e3eec7ed
      Brandon Rodriguez authored
      Last patch introduced even more unintentional bugs. Corrected all of these as well.
      e3eec7ed
    • Brandon Rodriguez's avatar
      Fix for a program-breaking bug. · 1dce14c0
      Brandon Rodriguez authored
      1dce14c0
    • Brandon Rodriguez's avatar
      Various UI bugfixes. · 2ce1bc99
      Brandon Rodriguez authored
      Refactors parts of UI/user selection to be easier to read.
      
      Adds several fixes for UI (mostly errors and single line messages) not displaying as intended.
      2ce1bc99
    • Brandon Rodriguez's avatar
      Version 2.0 Impliments random maze gen and overhauls UI · 1381119d
      Brandon Rodriguez authored
      User can now generate mazes of any size they desire. Woah. Mazes created this way are randomly generated and are fully solveable/transposable, just like the premade ones. In randomly generated mazes, the starting position is currently set to always be the tile furthest away from the start.
      
      UI has been recreated to be more "static" in look. Technically the console is still redrawing just as much, it just redraws ontop of previous assets now so it's much easier for the user to follow. UI also has the option to be in color (can be toggled off in settings).
      
      Reworked transposition methods to properly function with new random mazes.
      
      Lots of various tweaks/commenting/bug fixes.
      1381119d
  3. Oct 02, 2015
  4. Sep 29, 2015
  5. Sep 27, 2015
    • Brandon Rodriguez's avatar
      Version 1.1 Various Tweaks · 94df08ea
      Brandon Rodriguez authored
      Adds multiple maze transposition options.
      Adds option for user to change starting position.
      Adds option for user to change console timer delay.
      Makes error messages more obvious.
      94df08ea
    • Brandon Rodriguez's avatar
      Version 1.0 Fully Functioning Maze Program · 8f814188
      Brandon Rodriguez authored
      Updates readme.
      Removes unecessary MazeSolver Class. Character class essentially took over its responsibilities.
      Fully fleshed out UI. Allows user to create mazes, solve mazes, and adjust settings as desired. Only exits program when user says to.
      Allows user to transpose maze as well.
      Adjusts output timing. Now each move has a more consistant delay.
      Character now properly marks all dead ends (previously only marked 90% of them).
      8f814188
    • Brandon Rodriguez's avatar
      Adds Settings Class. · c4b3fa6c
      Brandon Rodriguez authored
      User now has input over how maze is toggled.
      TileWidth: The width of each tile. IE: If tile width is two, tileDisplay repeats twice. If width is four, tileDisplay repeats four times.
      TileSpacing: The number of spaces between each tile.
      
      Adds Menu at start of program.
      c4b3fa6c
  6. Sep 26, 2015
    • Brandon Rodriguez's avatar
      Maze solving complete! · 160ec893
      Brandon Rodriguez authored
      Character now navigates through maze until exit is located.
      Seems able to properly backtrack when appropriate. More testing is needed to make sure.
      Updates maze tiles after walking over.
      160ec893
  7. Sep 25, 2015
  8. Sep 24, 2015
  9. Sep 23, 2015
  10. Sep 22, 2015
  11. Sep 19, 2015