Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

sneikki/cnake

Repository files navigation

cnake

A simple snake game written in C with ncurses.

Building

Ncurses installation must be present on system used to build.

Run

make build

to build.

Running

Run

make run

to run.