Skip to content

Releases: kdsuneraavinash/python-projects

Python Projects Package v0.2.0

14 Aug 10:07
Compare
Choose a tag to compare
Pre-release

Python Projects Package v0.2.0

Updated Maze Solving Bot Simulator

  • Maze Solving Bot Simulator v0.2.0
    • Easily implement and test maze solving bot in a simulated environment.
    • Currently implemented flood fill algorithm.
    • Made easier to switch to Arduino or equivalent.

Python Projects Package v0.1.0

12 Aug 22:53
Compare
Choose a tag to compare
Pre-release

Python Projects Package v0.1.0

First release of Maze Solving Bot Simulator.

  • Maze Solving Bot Simulator v0.1.0
    • Easily implement and test maze solving bot in a simulated environment
    • Currently implemented depth first search and breadth first search