OnurKader / ANSI-C

Learning Basic ANSI Escape Sequences, Might use in a small terminal game without NCURSES

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Practice Program in C


About

Just learning the basics of pipes too hopefully, maybe add color support

Manipulating the terminal with term.h (termios.h)

Installation and Usage

Run make then make run to run

Edit the Makefile, I'll add a configure script sometime in the future. Edit the installation path to your liking and change the source path as well.

Plans

I'll use it as NCURSES perhaps.

Make the CMP1001 project, a maze game with a controllable character who is collecting bonuses.


About

Learning Basic ANSI Escape Sequences, Might use in a small terminal game without NCURSES


Languages

Language:C 66.4%Language:Makefile 33.6%