Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

staxfur/snek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: This Project is forked to BlackVyperStudios (here) and will continue there. For an more advanced version of this Project, please take a look at snek-ultimate wich is an complete reimplemntation of snek with more advanced and developed features.

snek

snek - A simple snake in the console

build dependencies

Linux

  • a C++ compiler (gcc and clang are supported)
  • ncurses

Windows

  • Msys2 with gcc and ncurses installed
pacman -Syu gcc ncurses

compiling

Linux

cmake
make

Windows

g++ /src/main.cpp -o snek.exe -static -lncurses

About

snek - A simple snake

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •