Terminal-fun is a small project where one can design and implement some cool art effects on the terminal.
OS: Linux/Windows. Tested on Linux only; but expected to be run on Windows without any problem.
- Curses library:
-
Linux: libncurses5 libncurses5-dev
- sudo apt-get install libncurses5 libncurses5-dev
-
Windows: pdcurses
-
Release build:
make
Debug build:
make debug=y
term-fun -h
to see usage.