diff options
Diffstat (limited to 'labb1/res/spiral.txt')
| -rw-r--r-- | labb1/res/spiral.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/labb1/res/spiral.txt b/labb1/res/spiral.txt new file mode 100644 index 0000000..a485ad6 --- /dev/null +++ b/labb1/res/spiral.txt @@ -0,0 +1,23 @@ +15 +20 +-------------------- +-------------------- +----------XX-------- +-----------X-------- +------XXX--XX------- +----XXX-X---X------- +----X----X-XX------- +--------X-X--------- +------XX-X----X----- +------X---X-XXX----- +------XX--XXX------- +-------X------------ +-------XX----------- +-------------------- +-------------------- + +# jzelenski +# This nifty colony infinitely repeats in +# a cycle of about 10 different symmetric +# patterns that each resemble some sort of +# spiral. |
