creates procedurally animated fish to swim around your terminal
Note
Command line options have been added, including the option to use braille character drawing! See "usage" below.
note I used gcc
- git clone
- ensure you have ncurses installed. (ncurses6 was used)
- move into your local clone of the repo
- run
maketo get the cpond executable- if you are on mac and run into issues try changing
-lncurseswto-lncursesin the Makefile
- if you are on mac and run into issues try changing
-
to run
./cpond -
-b or --brailleallows you to toggle the use of braille characters- This makes it so you don't have to zoom out (as far) to see the fish!
-
-c or --countallows you to set the number of fish -
--fpsallows you to change the fps by changing the delay between frames.- ex:
--fps 60will set the delay between frames to 1s / 60.
- ex:
while runnning
- type q to quit
- type p to toggle pause