Anaconda is an snake game written in C as a porfolio project and for practice on The C Programming Language book written by Dennis Ritchie and Brian Kernighan.
Warning
This program is only for UNIX-like operating systems like Linux... and it doesn't work in Windows.
Recommanded to use:
You can clone the project and compile it yourself or use CMake:
git clone "https://github.com/empitrix/anaconda.git"
cd ./anaconda
# Cmake
mkdir build
cd ./build
cmake ..
cmake --build .
# Now you have ./anaconda to play with
Now you can run ./build/anaconda
to play the game.
- You can quit the game by pressing
q
.