Commit Graph

19 Commits

Author SHA1 Message Date
81991027bb
fix: clippy warnings
Some checks failed
CI / build-and-test (push) Has been cancelled
2025-09-25 11:40:42 +03:00
d66e4c4bb2 fix(walls): pass tests 2024-12-28 18:04:17 +02:00
2b3a375c4f fix(walls): contains de-reference 2024-12-28 17:11:26 +02:00
91b1326bd4 feat(traits): add traits 2024-12-26 18:15:46 +02:00
a562333b90 fix(bevy): imports 2024-12-26 00:54:47 +02:00
9740ce1a5a test(walls): 93% coverage 2024-12-25 22:57:13 +02:00
7cacf92014 test(builder): 100% builder tests 2024-12-25 20:18:12 +02:00
cd4f369108 docs: update 2024-12-25 19:01:43 +02:00
83f2e47e27 fix: typo 2024-12-25 18:01:20 +02:00
dd6111dce3 docs: fix typos 2024-12-25 17:06:22 +02:00
292b7b5df4 feat(bevy): add component feature 2024-12-12 20:52:04 +02:00
dcc68ffc00 chore(lint): fix clippy warnings 2024-12-08 20:08:30 +02:00
7d5d0743b9 feat(walls): add more methods 2024-11-29 17:34:09 +02:00
92180f8cad refactor(maze): remove HexMaze::with_radius 2024-11-24 20:16:35 +02:00
03eaad6a21 feat(builder): add maze builder 2024-11-13 15:58:55 +02:00
37b63365f1 feat(bevy): add bevy feature support 2024-11-12 16:38:31 +02:00
9871df523e feat(generator): add maze backtracking generator 2024-11-06 13:58:16 +02:00
a06ddaa740 test: add primitive tests 2024-11-06 11:39:04 +02:00
2e2d4525ec refactor(maze): move files to src dir 2024-11-06 11:16:53 +02:00