Win 11. Why don’t you export it as HTML5 so it is playable on web? the jam requires HTML5 OR all the other 3 (Win, OS-x, Linux) anyways
Viewing post in Snake Evolved Danger Edition comments
I will check out yours as soon as I can!
For the snake, I store the position of the snake head every frame and place the following body parts accordingly using a gap in relationship with the moving speed.
Path/Path2D is very useful but I tend to avoid using the PathFollow as it can be really restrictive. For the car I'm using the path but I made my own implementation for the follow so I can handle physics in a better way.