mazelib icon indicating copy to clipboard operation
mazelib copied to clipboard

A Python library for creating and solving mazes.

Results 15 mazelib issues
Sort by recently updated
recently updated
newest added

``` ModuleNotFoundError: No module named 'mazelib.generator' ```

Python 3.12 and later are not supported, and attempting to build it yields compilation errors with NumPy (it wants to build 1.16 but 1.26 has a wheel).

When using the Ellers generator, I get an `OverflowError: Python integer 128 out of bounds for int8` **Steps to reproduce:** ```python from mazelib import Maze from mazelib.generate.Ellers import Ellers m...

bug

% `uvx ruff==0.7.4 check --select="C4,PERF,UP032,UP034" --statistics | sort -k2` ``` 2 C417 [*] unnecessary-map 3 PERF401 [ ] manual-list-comprehension 2 UP032 [*] f-string [*] fixable with `ruff check --fix` ```

cleanup