This is a demo game for the Planet game engine by Blue 5alamander. A full version of the game is available on Android, Windows and Linux.
See the Planet and Planet Vk documentation for the packages you'll need.
Then to clone and build, the following can be used:
git clone --recursive git@github.com:Blue5alamander/6nake.git
cd 6nake
cmake -B ./build.tmp -DCMAKE_BUILD_TYPE=Release .
make -C ./build.tmpYou can run it straight using the run script;
./run