Introduction - If you have any usage issues, please Google them yourself
snake algorithm source code. Notes: This snake implementation is based on a doubly linked list* with SnakePoints for nodes. This list knows how to slither* (ie minimize the snake energy by moving points), draw* itself using OpenGL, and return useful info to the calling* object.