Snake moves in direction of a mouse, snakes eyes gradually move in a direction of a mouse while snakes pupils constantly follow it.
Run project by running script run.sh
from console, or by doing this:
1. mkdir build
2. cd build
3. cmake ..
4. make
5. ./PROJECT (to run app)
MOUSE MOTION
snake directionUP
add chunkDOWN
remove chunkLEFT
debugging (game ends and prints out snake coordinates)