Test suite modernization

This commit is contained in:
John McCardle 2026-02-09 08:15:18 -05:00
commit 52fdfd0347
141 changed files with 9947 additions and 4665 deletions

View file

@ -8,7 +8,7 @@ print("Debugging empty paths...")
# Create scene and grid
debug = mcrfpy.Scene("debug")
grid = mcrfpy.Grid(grid_x=10, grid_y=10)
grid = mcrfpy.Grid(grid_w=10, grid_h=10)
# Initialize grid - all walkable
print("\nInitializing grid...")