Skip to content

Releases: vmsaif/ant-path-finding-using-A-Star-algorithm

v2.0.0

26 Sep 20:26
Compare
Choose a tag to compare

Added

  • Mouse drag support for tile type changes.
  • Unique icons for each tile type.
  • Counter for each tile type. (Shows the number of tiles of each type)
  • Timer 1 - Time took for the user to create mage.
  • Timer 2 - Time took for the AI to solve the Mage solution (duration for AI to graphically reach the goal).
  • Window can now be resized.
  • When the App starts, it will start at the center of the screen.

Changed

  • "No Path Found" message now centrally aligned on screen.
  • Optimized initial rendering speed for the ant image.
  • Button placement from right column to top row.
  • Adjusted ant's speed consistency across different tile type.
  • Remove the word "Location" from the Start and Goal buttons.

Fixed

  • Crash issue when "Search" button is clicked a second time without resetting.

removed

  • Removed the option to disable A* Search.

v1.0.1

22 Sep 19:08
Compare
Choose a tag to compare

Added

  • Disabled A* Search After clicking the button.

Fixed

  • Fixed graphics crash for complex mazes.

v1.0.0

21 Sep 18:06
Compare
Choose a tag to compare

Added

  • Initial release.