Skip to content

Instantly share code, notes, and snippets.

@yaxu
Created February 10, 2017 14:42
Show Gist options
  • Save yaxu/2b73d29600b683fe0f32749eb0c3950c to your computer and use it in GitHub Desktop.
Save yaxu/2b73d29600b683fe0f32749eb0c3950c to your computer and use it in GitHub Desktop.
my $bodyparts =
{
head => {default => [['',' O ']],
leftright => [['',' O '],
['',' o '],
]
},
body => {
default => [['','',' Z ']],
spin => [
['','',' Z '],
['','',' z '],
['','',' Z '],
['','',' z '],
['','',' Z '],
['','',' Z '],
['','',' Z '],
['','',' Z '],
]
},
arms => {
default => [['',
' ',
' ./ \. '
]
],
flap => [
['',
' ',
' ./ \. '
],
['','.__ __. ',
],
],
feelie => [
['',
' ',
' ./ \. '
],
['',
' ',
' ,/ \, '
],
],
curl => [
[' ',
' ',
' ./ \. '
],
[' ',
'.__ ',
' \. '
],
[' . ',
' ( ',
' \. '
],
[' ',
'.__ ',
' \. '
],
[' ',
' ',
' ./ \. '
],
['',
' __.',
' ./ '
],
[' . ',
' ) ',
' ./ '
],
['',
' __.',
' ./ '
],
],
wave => [
[' . ',
'.__ ) ',
],
[' . ',
'.__ / ',
],
[' . ',
' \ __.',
],
[' . ',
' ( __.',
],
[' . ',
' \ __.',
],
[' . ',
'.__ / ',
],
]
},
legs => {
default => [['','','',' / \ ']],
wobble => [['','','',' / \ '],
['','','',' ( ) '],
['','','',' / \ '],
['','','',' ) ( ']
],
strut => [
['','','',' ( \ '],
['','','',' / ) ']
]
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment