wporter82 / snow

Linux command line toy to make it snow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terminal Snow

Linux command line toy that uses the Unicode snowflake characters

Example Animation

Installing

Install the build tools needed with the following command:

$ sudo apt-get install make gcc libncursesw5-dev libtinfo5-dev libc6-dev

Clone the repo and run make to build:

$ clone https://github.com:wporter82/snow
$ cd snow
$ make

About

Linux command line toy to make it snow

License:MIT License


Languages

Language:C 96.6%Language:Makefile 3.4%