Skip to content

Instantly share code, notes, and snippets.

@jgstew
Last active April 5, 2016 18:37
Show Gist options
  • Save jgstew/2edcb5b79c9d435d3c91 to your computer and use it in GitHub Desktop.
Save jgstew/2edcb5b79c9d435d3c91 to your computer and use it in GitHub Desktop.
$include http://pastebin.com/raw.php?i=nqQSHHbj
$name : robots!
$author : jgstew
$description : Randomly generated robots
$picture : http://lorempixel.com/g/128/128/abstract/ROBOTS/
$button : Another Robot!
$RelatedLinks
http://orteil.dashnet.org/experiments/randomgen/?gen=https://gist.githubusercontent.com/jgstew/2edcb5b79c9d435d3c91/raw/f07d92edf5023c8dea047c084f5d936c650a39a1/random_robot.txt
http://orteil.dashnet.org/experiments/randomgen/?gen=nqQSHHbj
https://github.com/homebysix/recipe-robot/blob/master/scripts/recipe_robot_lib/tools.py
http://orteil.dashnet.org/experiments/randomgen/?do=create
$hat
_[]_<br>
$eyes
[oo]<br>
[xx]<br>
[••]<br>
$mouth
$body
q-||-p<br>||<br>
d-||-b<br>||<br>
$legs
_/ \_<br>
$quote
<q>[robot quote]</q>
$+person
@homebysix
Copy link

Nice! One small picky thing:

The robot's body should sometimes have thumbs-up: d-||-b<br>||<br>
And sometimes thumbs-down: q-||-p<br>||<br>

I was experimenting with using as eyes but wasn't sure if that was a kosher character to use in Python.

@jgstew
Copy link
Author

jgstew commented Apr 5, 2016

Your nitpick has been merged :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment