Minimal terminal Snake game written in C++17.
GPLv3. See LICENSE for details.
git clone git@github.com:fbjelonic/codex_snake.git
cd codex_snake- A C++17 compiler
- CMake 3.16 or newer
- A POSIX-like terminal environment
cmake -S . -B build
cmake --build build./build/snake- A config file must be present next to the executable.
- High scores and game history are stored in
cnake_stats.txt. - Use the keyboard to steer the snake in the terminal.
