Snake game clone. Yet another C game (btw).
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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
Snake game clone. Yet another C game (btw).
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