forked from bkendzior/cowfiles
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchessmen.cow
30 lines (29 loc) · 1.55 KB
/
chessmen.cow
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Chessmen Lineup
#
# based on ASCII chess pieces from http://www.chessvariants.org/d.pieces/ascii.html
#
# used https://github.com/paulkaefer/connectFiles.py
# to "glue" the pieces together into one file
$the_cow = <<EOC;
$thoughts
$thoughts
$thoughts
$thoughts
.::.
_::_
() _/____\\_
<~~~~> \\ /
<>_ \\__/ \\____/ <>_
__/"""\\ (\\) ) (____) (____) (\\) ) __/"""\\
WWWWWW ]___ 0 } \\__/ | | | | \\__/ ]___ 0 } WWWWWW
| | / } (____) | | |__| (____) / } | |
| | /~ } | | |__| / \\ | | /~ } | |
|__| \\____/ |__| /____\\ (______) |__| \\____/ |__|
/____\\ /____\\ /____\\ (______) (________) /____\\ /____\\ /____\\
(______) (______) (______) (________) /________\\ (______) (______) (______)
__ __ __ __ __ __ __ __
( ) ( ) ( ) ( ) ( ) ( ) ( ) ( )
|| || || || || || || ||
/__\\ /__\\ /__\\ /__\\ /__\\ /__\\ /__\\ /__\\
(____) (____) (____) (____) (____) (____) (____) (____)
EOC