How can I use different images for my snake's body parts in my snake game? (Python, Pygame, Snake)
问题 Explanation I am currently working on a snake game with Pygame but I have a problem because my snake currently consists only of squares but I would find it better if the snake contained a drawn 25x25 picture for the snake head, the body, the tail and for a bent body part so that when the snake changes its height and direction, this part still looks connected to the snake. I have also added a sample image so that you can better understand what I mean by the diffrent body parts. This is the