/Terminal-fun

Terminal-fun is a small project where one can design and implement some cool art effects on the terminal.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Terminal-fun

Terminal-fun is a small project where one can design and implement some cool art effects on the terminal.

Platform

OS: Linux/Windows. Tested on Linux only; but expected to be run on Windows without any problem.

Dependencies

  • Curses library:
    • Linux: libncurses5 libncurses5-dev

      • sudo apt-get install libncurses5 libncurses5-dev
    • Windows: pdcurses

Build

Release build: make Debug build: make debug=y

Usage

term-fun -h to see usage.