Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.31 KB

README.md

File metadata and controls

44 lines (37 loc) · 1.31 KB

cnake

A snake game in C with SDL2

License Issues GitHub pull requests


A "fancy" snake game written in C using SDL2, where the snake only has one eye (for some reason) and you eat cheese instead of apples.

Table of contents

Prerequisites

Cnake requires the following dependencies to be installed globally:

Quickstart

$ make
$ make install
$ cnake

Bugs

If you find any bugs, please create an issue and report them.

Make

Run make all to see all the make rules.