/snake-clone

Yet another clone of the classic game. Made with C and ncurses

Primary LanguageCMIT LicenseMIT

Snake Clone

Yet another clone of the classic game. Made with C and ncurses.

Installation

Requirements

  • GCC
  • ncurses library

Build

Use gcc to compile the Snake.c file.

gcc -o Snake.out Snake.c -lncurses

To play the game, run the Snake.out executable

The Windows port requires PDCurses to build.