SnakeGame is developped in C++ and let you choose which graphic library you want to use while executing the game :)
nibbler x y ./lib.so
where x and y must be between 20 and 60.
The available dynamic libraries are Opengl SFML and ncurses. You can choose one of them and even if you like, code your view with another graphic library.
./nibbler 20 20 ./lib_nibbler_opengl.so
or
./nibbler 40 20 ./lib_nibbler_SFML.so
Key UP DOWN RIGHT LEFT
SDL* OPENGL SFML NCURSES libraries.
HF
Axel Catusse


