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

Latest commit

 

History

History
25 lines (22 loc) · 685 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 685 Bytes

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