jvns / snake

snake, in C, with ncurses!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snake

Simple snake game written in C using ncurses.

You can run it using

make run

Then do

./snake

This was the biggest C program I'd written so far, so I'm pretty happy with it. There's a separate frontend and backend so theoretically it could be easily extended to have a graphical frontend instead of a ncurses frontend, but I'm unlikely to actually do that.

There are also unit tests, which require checkmk to work.

About

snake, in C, with ncurses!

License:MIT License


Languages

Language:C 49.9%Language:TypeScript 47.7%Language:Makefile 2.4%