Commit Graph

24 Commits

Author SHA1 Message Date
dd6111dce3 docs: fix typos 2024-12-25 17:06:22 +02:00
44dbbbbacf refactor(rand): remove rand_chacha dependency 2024-12-12 20:59:01 +02:00
292b7b5df4 feat(bevy): add component feature 2024-12-12 20:52:04 +02:00
0d16152080 chore: update to bevy 0.15 2024-12-11 15:33:22 +02:00
dcc68ffc00 chore(lint): fix clippy warnings 2024-12-08 20:08:30 +02:00
e59271cf01 fix: ruzstd 2024-11-29 17:57:21 +02:00
484c293fe4
Merge pull request #2 from kristoferssolo/tests/increase-coverage
feat(walls): add more methods
2024-11-29 17:34:41 +02:00
7d5d0743b9 feat(walls): add more methods 2024-11-29 17:34:09 +02:00
cb52be461a Merge branch 'refactor/maze' 2024-11-24 20:20:11 +02:00
92180f8cad refactor(maze): remove HexMaze::with_radius 2024-11-24 20:16:35 +02:00
2631408d04 Merge branch 'feature/builder' 2024-11-13 16:36:48 +02:00
90570d0eca chore: update cargo.toml 2024-11-13 16:36:05 +02:00
3700e0991e refactor(builder): make generator functions 2024-11-13 16:29:42 +02:00
03eaad6a21 feat(builder): add maze builder 2024-11-13 15:58:55 +02:00
b5922f4b83 ci: add ci/cd 2024-11-12 16:52:47 +02:00
37b63365f1 feat(bevy): add bevy feature support 2024-11-12 16:38:31 +02:00
971e1c760e feat(tile): add pos method 2024-11-06 14:09:34 +02:00
9871df523e feat(generator): add maze backtracking generator 2024-11-06 13:58:16 +02:00
838116ae3f feat(maze): create with radius 2024-11-06 13:23:10 +02:00
73a96ce4df Create LICENSE
Create LICENSE-APACHE

Add license to Cargo.toml
2024-11-06 11:45:23 +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
ec4b276ce7 feat(hex): add basic structs 2024-11-06 10:57:53 +02:00
badfef6b08 Initial commit 2024-11-06 10:27:20 +02:00