Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.
/ snek Public archive

snek - A simple snake

License

Notifications You must be signed in to change notification settings

MCWertGaming/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