quasart / spiral

procedural animated ascii-art spiral

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spiral

Animated procedural ascii-art spiral written in spiral-obfuscated C.

How to run

Just need C compilation:

gcc spiral.c -o spiral -lm
./spiral

Otherwise, I provided a readable python version:

python spiral.py

It should be run in a terminal that can handle ANSI/VT100 control escape sequence.

Credit

Done by Alfred Massard, inspired by donut.c of Andy Sloane.

About

procedural animated ascii-art spiral


Languages

Language:C 61.8%Language:Python 38.2%