Skip to content

fbjelonic/codex_snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cnake

License: GPLv3 C++17 CMake 3.16+

Cnake teaser

Minimal terminal Snake game written in C++17.

License

GPLv3. See LICENSE for details.

Get The Code

git clone git@github.com:fbjelonic/codex_snake.git
cd codex_snake

Requirements

  • A C++17 compiler
  • CMake 3.16 or newer
  • A POSIX-like terminal environment

Build

cmake -S . -B build
cmake --build build

Run

./build/snake

Play

  • 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors