๐ C-nake ๐ฅ ๐ Description Snake game clone. Yet another C game (btw). ๐ง Developed using ๐ฅ๏ธ Platforms ๐ฎ How to play Clone this repo, pull github submodules for raylib and unity, build with CMake and run: $ git submodule update --recursive $ cmake -B build -S . $ cd build && make $ cd ui && ./c-nake-game