Python library for working with 2D grids and numeric matrices. Provides easy-to-use classes for generic grids (Grid) and numeric grids (NumericGrid) with methods for reading, editing, iterating, and ...
A project implementing A* algorithm in Python for path planning on a 2D grid. Objective: I'm building this project to explore the fundamentals of path planning. Success looks like a visual agent ...