LordOfTrident / tsnake

A snake game in C using NCurses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tsnake

A snake game in C with NCurses written using my text editor

License Issues GitHub pull requests


Table of contents

Introduction

I decided to test how bad it is to write code using my text editor, and it was not THAT bad. You can see how it went here.

Bugs

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

Dependencies

Make

Run make all to see all the make rules, make to compile a binary.

About

A snake game in C using NCurses

License:GNU General Public License v3.0


Languages

Language:C 90.8%Language:Makefile 9.2%