Skip to content

pipeseroni/pipes.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Introduction

"Snakes" is a small piece of software designed to emulate the windows "pipes" screensaver in a terminal window.

#Compilation

The code should compile with a C99-compliant compiler an a POSIX-compliant-ish system (that is, most systems). To compile, simply run:

make

#Usage

To get help, run snake --help. In my opinion, the following options are especially interesting:

snake -p30 -r1
snake -p100 -r0 -i1

#Bugs

Please report any bugs to [email protected].

#Thanks

Thanks to Yu-Jie Lin for supplying code and prompting me to make this more widely available.