I am making snake game and for the good looks, I am using png image to represent snakes head. Question is: How do I make snakes head to face direction it goes?
I've read about rotating all canvas, inserting image and then rotating it back, but the point is that I will have 20 snakes moving each 0,05 second, so that could make performance problems.