Snake collision with itself

This commit is contained in:
2022-08-18 21:26:52 +02:00
parent 10daae1cf6
commit d1db542b16
6 changed files with 489 additions and 89 deletions

View File

@@ -8,6 +8,7 @@ edition = "2021"
[dependencies]
iyes_loopless = "0.7.0"
itertools = "0.10.3"
bevy-inspector-egui = "0.12.1"
# bevy_editor_pls = { git = "https://github.com/jakobhellermann/bevy_editor_pls" }
[dependencies.bevy]