{"id":3373,"date":"2015-04-16T17:25:09","date_gmt":"2015-04-17T00:25:09","guid":{"rendered":"http:\/\/www.nathalielawhead.com\/candybox\/?p=3373"},"modified":"2015-04-16T17:25:09","modified_gmt":"2015-04-17T00:25:09","slug":"weird-alien-frogs-a-frog-generator-news-and-stuff","status":"publish","type":"post","link":"http:\/\/www.nathalielawhead.com\/candybox\/weird-alien-frogs-a-frog-generator-news-and-stuff","title":{"rendered":"Weird Alien Frogs &#8211; A Frog Generator (news and stuff&#8230;)"},"content":{"rendered":"<p>It&#8217;s been a while since my last update, and so much stuff has gotten done.<br \/>\nFor one, <a href=\"http:\/\/tetrageddon.com\" target=\"_blank\">Tetrageddon Games<\/a> made an appearance on <a href=\"http:\/\/boingboing.net\/2015\/03\/25\/fall-in-love-with-one-special.html\" target=\"_blank\">Boing Boing&#8217;s Offworld<\/a>,<br \/>\nCult of Mac has <a href=\"http:\/\/www.cultofmac.com\/316729\/indie-dev-parodies-internet-life-for-fun-and-profit\/\" target=\"_blank\">a nice little article about the project<\/a>,<br \/>\nand Leigh Alexander mentioned <a href=\"http:\/\/fortunetell.alienmelon.com\/\" target=\"_blank\">Monkey Fortunetell<\/a> in her [really cool] article on digital divination: <a href=\"http:\/\/boingboing.net\/2015\/03\/24\/the-divine-witches-of-cyberspa.html\" target=\"_blank\">The divine witches of cyberspace<\/a>&#8230;<\/p>\n<p>It&#8217;s so amazing. It feels like an unbelievable amount of hard work is coming to fruition&#8230; with that I mean people are playing the games, enjoying the games, talking about the games, which is all I can ask for&#8230; making thing that make people happy.<br \/>\nSo&#8230;<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/nathalielawhead.com\/noodles\/FROGS_LRG.gif\" alt=\"\" \/><\/p>\n<p>This Tuesday I launched a frog generator. <\/p>\n<p>You can play it here: <a href=\"http:\/\/frogs.alienmelon.com\/\" target=\"_blank\">http:\/\/frogs.alienmelon.com\/<\/a><br \/>\nOr download the <a href=\"http:\/\/gamejolt.com\/games\/other\/weird-alien-frogs-frog-generator\/60191\/\" target=\"_blank\">PC\/MAC apps from GameJolt: <strong>HERE<\/strong><\/a><\/p>\n<p>The idea came about after the question: how would I look as a frog? How would any of us look as frogs? What is our frogself? It&#8217;s a sincere line of inquiry.<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/nathalielawhead.com\/noodles\/IMG_TITLE.png\" alt=\"\" \/><br \/>\n<em>(title screen of the resulting generator)<\/em><\/p>\n<p>I&#8217;m very proud of the results. The thing honestly is random, <em>maybe<\/em> you can call it procedural, but I cut every corner possible to get the thing done as fast as possible.<br \/>\nAt first I wanted a frog to be calculated based on the name you entered &#8212; taking into account the letters, placement of letters, and length. There would be a body type associated with certain combinations of letters, random color types, features (eyes\/mouth)&#8230; Math-y things&#8230; originally I wanted to restrict the frog you get to be &#8220;your frog&#8221;, no other frogs, but as the thing started to develop, and I was laughing heartily at all the frogs it was generating, I didn&#8217;t want to restrict people to a certain frog. I wanted them to enjoy hitting refresh as much as I did to see all the funky crazy frog faces.<br \/>\nSo, in the end, it does still do Math-y things (basic functionality like placement, sizing, coloring, and some drawing), but not as &#8220;restrictive&#8221; as I was originally planning.<br \/>\nThe name you enter is frogified\u2122. If it&#8217;s a long name (more than four letters) it will remove the first four letters of your name and replace it with <code>\"Frog\", \"Froglet\", \"Toad\", \"Frog\", \"Tadpole\", \"Amphibian\"<\/code>&#8230; It also takes your last and middle name and makes it all fancy (like royalty) with &#8220;of the pond of&#8221;&#8230; It&#8217;s cute.<\/p>\n<p>Example code (to give you an idea)&#8230; for those that are interested in frogification\u2122&#8230;<\/p>\n<p><!-- HTML generated using hilite.me --><\/p>\n<div style=\"background: #ffffff; overflow:auto;width:auto;border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em;\">\n<pre style=\"margin: 0; line-height: 125%\"><span style=\"color: #008800; font-weight: bold\">var<\/span> str_name<span style=\"color: #333333\">:<\/span><span style=\"color: #007020\">String<\/span>;\r\n<span style=\"color: #008800; font-weight: bold\">var<\/span> str_aka<span style=\"color: #333333\">:<\/span><span style=\"color: #007020\">String<\/span>;\r\n<span style=\"color: #008800; font-weight: bold\">var<\/span> arr_fullname<span style=\"color: #333333\">:<\/span><span style=\"color: #007020\">Array<\/span>;\r\n\r\n<span style=\"color: #888888\">\/\/frog arrays<\/span>\r\n<span style=\"color: #008800; font-weight: bold\">var<\/span> arr_frogvariant<span style=\"color: #333333\">:<\/span><span style=\"color: #007020\">Array<\/span> <span style=\"color: #333333\">=<\/span> <span style=\"color: #008800; font-weight: bold\">new<\/span> <span style=\"color: #007020\">Array<\/span>(<span style=\"background-color: #fff0f0\">&quot;Frog&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Froglet&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Toad&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Frog&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Tadpole&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Amphibian&quot;<\/span>);\r\n<span style=\"color: #008800; font-weight: bold\">var<\/span> arr_frogplaces<span style=\"color: #333333\">:<\/span><span style=\"color: #007020\">Array<\/span> <span style=\"color: #333333\">=<\/span> <span style=\"color: #008800; font-weight: bold\">new<\/span> <span style=\"color: #007020\">Array<\/span>(<span style=\"background-color: #fff0f0\">&quot;pond&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;lake&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;swamp&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;marsh&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;woods&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;underbrush&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;creek&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;tree&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;canopy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;forest&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;woods&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;waters&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;stream&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;brook&quot;<\/span>);\r\n<span style=\"color: #008800; font-weight: bold\">var<\/span> arr_title<span style=\"color: #333333\">:<\/span><span style=\"color: #007020\">Array<\/span> <span style=\"color: #333333\">=<\/span> <span style=\"color: #008800; font-weight: bold\">new<\/span> <span style=\"color: #007020\">Array<\/span>(<span style=\"background-color: #fff0f0\">&quot;duke&quot;<\/span>,<span style=\"background-color: #fff0f0\">&quot;marquis&quot;<\/span>,<span style=\"background-color: #fff0f0\">&quot;earl&quot;<\/span>,<span style=\"background-color: #fff0f0\">&quot;viscount&quot;<\/span>,<span style=\"background-color: #fff0f0\">&quot;baron&quot;<\/span>,<span style=\"background-color: #fff0f0\">&quot;baronet&quot;<\/span>,<span style=\"background-color: #fff0f0\">&quot;knight&quot;<\/span>,<span style=\"background-color: #fff0f0\">&quot;lord&quot;<\/span>);\r\n<span style=\"color: #008800; font-weight: bold\">var<\/span> arr_akafrogs<span style=\"color: #333333\">:<\/span><span style=\"color: #007020\">Array<\/span> <span style=\"color: #333333\">=<\/span> <span style=\"color: #008800; font-weight: bold\">new<\/span> <span style=\"color: #007020\">Array<\/span> (<span style=\"background-color: #fff0f0\">&quot;Abs&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Agnus&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Al-gea&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Amphibulus&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Scrubby&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Crusty&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Bouncer&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Bouncy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Blinky&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Booboo the Bloatoad&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Bobo&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Booboo&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Bob&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Boo&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Boogy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Bubba&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Bubble&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Buds&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Buddy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Buggy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Bumpy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Chicky&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Chops&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Chubby&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Fats&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Fatso&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Chubber&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Flubber&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Chubbs&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Chunk&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Chunky&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Chunko&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Copper&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Conan&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Cool Frog&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Croaker&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Croaks&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Croaky&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Crunchy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Cups&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Curmet&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Kermits&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Darty&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Dars&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Doc&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Dots&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Frogzilla&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Peppers&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Ducky&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Ducks&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Dumbell&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Dumpy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Dumby&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Edgar&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Mimi&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Fatso&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Fatty&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Fatter Frog&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Fattest&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Fattest Frog&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Fatty Arbuckles&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Fearless Froglet&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Fergie&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Fibby&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Fiddles&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Fillmore&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Filbert&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Ferdinand&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Figaro&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Flibbit&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Flips&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Floatie&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Flubbers&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Francis&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Freaky Frog&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Freaky&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Froggens&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Froggins&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Froglestew&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Freckle&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Fugie&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Glossy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Gobble&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Gobbles&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Gomez&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Gooey&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Gordon&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Gorf&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Gorf&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Gordito&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Greenie&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Gregan&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Grinner&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Grog&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Guacamole&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Guacky&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Gub-gub&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Gumball&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Gus&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Gus Gus&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Hecktor&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Gerby&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Herby&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Hippyfrog&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Hopkins&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Hopper&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Hoppy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Hoppity&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Hoppity-Hop&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Hop-Hop&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Hopps-alot&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Hopson&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Hopston&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Hot Frog&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Hot-Toad&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Hugo-a-go-go&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Hugo&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Ichabod&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Iggy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Ivan&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Jabba&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Jabba the Jumpy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Jumpy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Jeremiah&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Jimmy da toad&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Joey&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Jorg&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Yurg&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Jumpiter&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Kermit&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Kermit Klein&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Ketchup&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Kilroy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Kirby&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;King Kirby&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Klack&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Kokomo&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Krebbit&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Kroppy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Leaper&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Leapy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Leafy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Legs&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Leroy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Little Guy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Leggy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Louie&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Lumpy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Lumps&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Man-o Frog&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Marina&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Mark McGwire&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Max&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Maxter&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Mermin&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Merms&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Germs&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Mr.Croak&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Mr. Frog&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Mr. Fribble&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Mr. Skinny&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Mr. Mouth&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Mister Mac&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Mr. Red Bottom&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Mr. Moco&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Mog&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Moe Moe&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Munky&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Murdock&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Nanotoad&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Noodles&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Nozy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Frogy-Wan&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Patches&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Peabody&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Peanut&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Peeps&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Squeeks&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Pekkle&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Pickles&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Pickle&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Floyd&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Pip&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Phyto-P&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Plop&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Plopps&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Po&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Poegy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Pogo&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Pookee&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Crackers&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Popcorn&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Prince Soggy Bottom&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Puddles&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Pug Pug&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Punkins&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Pudgetta&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Quigley&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Quiggle&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Quibbit&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Quigleys&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Quiggles&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Giggles&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Quiglly&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Raisin&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Ruperts&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Crumbs&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Shamrockfrog&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Sir Croaks alot&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Skippy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Skippydippy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Skittles&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Slappy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Slims&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Slimmy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Slinky&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Slippy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Slick&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Slub&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Sluggs&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Sluggo&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Soupy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Smeaglet&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Smiles&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Smiley&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Springer&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Sprocket&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Sprog&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Sproing&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Spud&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Spuds&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Squiggly&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Squirt&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Sticky&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Stinky&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Stomper&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Stone Cold&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Stoney&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Stubby&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Stumper&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Stud&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Studs&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Squishy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Squeeky&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Squirmy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Squirms&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Tater&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Tomato&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Taters&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Tamoto&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;El Tamoto&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Tapioca&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Tiggle&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Tiggles&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Tibbir&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Ribbits&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Tommy the Toad&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Tricky&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Tubby&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Tubs&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Tuffy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Twiggles&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Watermelonbaby&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Webby&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Webs&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Wet Willy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Wembley&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Wiggles&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Giggles&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Winky&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Wiggletins&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Whopper&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Xorcon&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Yggorf&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Zenon&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Zippity&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Zippy&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Zips&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Zookey&quot;<\/span>, <span style=\"background-color: #fff0f0\">&quot;Zucchini&quot;<\/span>);\r\n<span style=\"color: #888888\">\/\/get starting values<\/span>\r\nstr_name <span style=\"color: #333333\">=<\/span> <span style=\"background-color: #fff0f0\">&quot;Nathalie Leah Lawhead&quot;<\/span>; <span style=\"color: #888888\">\/\/NEEDS TO BE SET TO TEXT FIELD<\/span>\r\nstr_aka <span style=\"color: #333333\">=<\/span> arr_akafrogs[<span style=\"color: #007020\">Math<\/span>.ceil(<span style=\"color: #007020\">Math<\/span>.random()<span style=\"color: #333333\">*<\/span>arr_akafrogs.length)<span style=\"color: #333333\">-<\/span><span style=\"color: #0000DD; font-weight: bold\">1<\/span>];\r\narr_fullname <span style=\"color: #333333\">=<\/span> (str_name).split(<span style=\"background-color: #fff0f0\">&quot; &quot;<\/span>);\r\n<span style=\"color: #888888\">\/\/clear<\/span>\r\nstr_name <span style=\"color: #333333\">=<\/span> <span style=\"background-color: #fff0f0\">&quot;&quot;<\/span>;\r\n<span style=\"color: #888888\">\/\/start<\/span>\r\n<span style=\"color: #008800; font-weight: bold\">for<\/span>(<span style=\"color: #008800; font-weight: bold\">var<\/span> i<span style=\"color: #333333\">:<\/span><span style=\"color: #007020\">Number<\/span><span style=\"color: #333333\">=<\/span><span style=\"color: #0000DD; font-weight: bold\">0<\/span>; i<span style=\"color: #333333\">&lt;<\/span>arr_fullname.length; <span style=\"color: #333333\">++<\/span>i){\r\n\t<span style=\"color: #008800; font-weight: bold\">if<\/span>(arr_fullname[i].length<span style=\"color: #333333\">&gt;<\/span><span style=\"color: #0000DD; font-weight: bold\">4<\/span>){\r\n\t\tarr_fullname[i] <span style=\"color: #333333\">=<\/span> <span style=\"background-color: #fff0f0\">&quot;Frog&quot;<\/span><span style=\"color: #333333\">+<\/span>(arr_fullname[i].slice(<span style=\"color: #0000DD; font-weight: bold\">4<\/span>,arr_fullname[i].length));\r\n\t}<span style=\"color: #008800; font-weight: bold\">else<\/span> <span style=\"color: #008800; font-weight: bold\">if<\/span>(<span style=\"color: #007020\">Math<\/span>.random()<span style=\"color: #333333\">*<\/span><span style=\"color: #0000DD; font-weight: bold\">100<\/span><span style=\"color: #333333\">&gt;<\/span><span style=\"color: #0000DD; font-weight: bold\">50<\/span>){\r\n\t\t<span style=\"color: #008800; font-weight: bold\">var<\/span> randTitle<span style=\"color: #333333\">:<\/span><span style=\"color: #007020\">String<\/span> <span style=\"color: #333333\">=<\/span> arr_frogvariant[<span style=\"color: #007020\">Math<\/span>.ceil(<span style=\"color: #007020\">Math<\/span>.random()<span style=\"color: #333333\">*<\/span>arr_frogvariant.length)<span style=\"color: #333333\">-<\/span><span style=\"color: #0000DD; font-weight: bold\">1<\/span>]<span style=\"color: #333333\">+<\/span>arr_title[<span style=\"color: #007020\">Math<\/span>.ceil(<span style=\"color: #007020\">Math<\/span>.random()<span style=\"color: #333333\">*<\/span>arr_title.length)<span style=\"color: #333333\">-<\/span><span style=\"color: #0000DD; font-weight: bold\">1<\/span>];\r\n\t\tarr_fullname[i] <span style=\"color: #333333\">=<\/span> randTitle<span style=\"color: #333333\">+<\/span><span style=\"background-color: #fff0f0\">&quot; of &quot;<\/span><span style=\"color: #333333\">+<\/span>arr_fullname[i]<span style=\"color: #333333\">+<\/span><span style=\"background-color: #fff0f0\">&quot;frog&quot;<\/span>;\r\n\t}\r\n\t<span style=\"color: #008800; font-weight: bold\">if<\/span>((i<span style=\"color: #333333\">==<\/span>arr_fullname.length<span style=\"color: #333333\">-<\/span><span style=\"color: #0000DD; font-weight: bold\">1<\/span> <span style=\"color: #333333\">&amp;&amp;<\/span> <span style=\"color: #007020\">Math<\/span>.random()<span style=\"color: #333333\">*<\/span><span style=\"color: #0000DD; font-weight: bold\">100<\/span><span style=\"color: #333333\">&gt;<\/span><span style=\"color: #0000DD; font-weight: bold\">50<\/span>) <span style=\"color: #333333\">&amp;&amp;<\/span> arr_fullname.length<span style=\"color: #333333\">&gt;<\/span><span style=\"color: #0000DD; font-weight: bold\">1<\/span>){\r\n\t\tarr_fullname[i] <span style=\"color: #333333\">=<\/span> <span style=\"background-color: #fff0f0\">&quot;of the &quot;<\/span><span style=\"color: #333333\">+<\/span> arr_frogplaces[<span style=\"color: #007020\">Math<\/span>.ceil(<span style=\"color: #007020\">Math<\/span>.random()<span style=\"color: #333333\">*<\/span>arr_frogplaces.length)<span style=\"color: #333333\">-<\/span><span style=\"color: #0000DD; font-weight: bold\">1<\/span>] <span style=\"color: #333333\">+<\/span><span style=\"background-color: #fff0f0\">&quot; of &quot;<\/span><span style=\"color: #333333\">+<\/span>arr_fullname[i];\r\n\t}\r\n\t<span style=\"color: #888888\">\/\/set to this<\/span>\r\n\tstr_name<span style=\"color: #333333\">+=<\/span><span style=\"background-color: #fff0f0\">&quot; &quot;<\/span><span style=\"color: #333333\">+<\/span>arr_fullname[i];\r\n}\r\n<\/pre>\n<\/div>\n<p>SUPER simple, but effective.<br \/>\nMaybe in another version I can get much fancier, but I love this little thing.<\/p>\n<p>A final touch I added later, and I so love how it turned out, is the movement and mouth. I thought it would be cute if some frogs &#8220;sing&#8221;. They make these weird alien noises. The sound part is NOT generated (although I wanted it to be), because I wanted it to get done. Maybe in a later version I can explore really generating frog-voices, but I like how it is now. It&#8217;s cute and does exactly what I want.<\/p>\n<p>There&#8217;s also ambiance associated with the random backgrounds. There are three backgrounds (space, river, mountains), and this gives the frogs a cute pretty cartoon-y backdrop.<\/p>\n<p>Every frog also has a little (randomly compiled) character description, telling you about the type of frog you are (personality).<\/p>\n<p>Finally, you can save the generated frog as a picture.<\/p>\n<p>What are you waiting for? <a href=\"http:\/\/frogs.alienmelon.com\/\" target=\"_blank\">Go try it<\/a>!! <a href=\"http:\/\/gamejolt.com\/games\/other\/weird-alien-frogs-frog-generator\/60191\/\" target=\"_blank\">Download it here<\/a>!!!<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/nathalielawhead.com\/noodles\/SUCH_FROG_1.jpg\" alt=\"\" \/><\/p>\n<p>Funny thing about <a href=\"http:\/\/frogs.alienmelon.com\/\" target=\"_blank\">Weird Alien Frog&#8217;s<\/a> is that I was working super hard\/late so that I can join into the <a href=\"http:\/\/itch.io\/jam\/femicom-game-jam-1\" target=\"_blank\">FEMICOM Game Jam #1<\/a> but now that it&#8217;s done I&#8217;m totally beat. Coffee isn&#8217;t even working. It&#8217;s such an awesome theme but I can&#8217;t come up with ideas for it&#8230; other than weird frog ideas.<\/p>\n<p>I think I&#8217;ve been slowly developing a frog obsession. After making <a href=\"http:\/\/froggy.alienmelon.com\" target=\"_blank\">FROGGY (It&#8217;s Hungry)<\/a> I think frogs are the coolest, most awesome thing that ever evolved. Ever. Don&#8217;t argue.<br \/>\n<a href=\"http:\/\/gamejolt.com\/games\/arcade\/froggy-it-s-hungry\/53414\/\" target=\"_blank\">FROGGY was posted on GameJolt as a featured game<\/a>. It got <a href=\"http:\/\/gamejolt.com\/games\/froggy-it-s-hungry\/news\/froggy-backstage-q-and-a\/46065\/\" target=\"_blank\">tons of Let&#8217;s Plays<\/a>, and friendly comments. I was deeply touched that people liked it so much.<br \/>\nAs a little thank you, I made <a href=\"http:\/\/froggy.alienmelon.com\/talktoafrog \" target=\"_blank\">FROGGY Back Stage Q &#038; A (Talk To A Frog)<\/a> &#8211; You can also <a href=\"http:\/\/gamejolt.com\/games\/other\/froggy-backstage-q-and-a\/54634\/\" target=\"_blank\">play it on GameJolt here<\/a>.<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/nathalielawhead.com\/noodles\/frogtalk.png\" alt=\"\" \/><br \/>\n<em>FROGGY can sit down for an interview. You may ask him the tough questions.<\/em><\/p>\n<p>Ok&#8230; so cute story.<br \/>\nPretty much everytime someone sees FROGGY they ask\/wonder <a href=\"http:\/\/www.rockpapershotgun.com\/2015\/03\/27\/freeware-garden-froggy-its-hungry\/\" target=\"_blank\">if it&#8217;s Frog Fractions 2<\/a>. I&#8217;m not too sure if jokingly, or not. I&#8217;ve been enjoying the ensuing conspiracies (seeing people discuss it on forums online).<br \/>\nTo finally put a nail in that coffin <a href=\"http:\/\/froggy.alienmelon.com\/thetruth\/\" target=\"_blank\">I made a website (here) plainly enlightening the public<\/a> of FROGGY (It&#8217;s Hungry)&#8217;s true nature. The game is much more devious than probably being Frog Fractions 2.<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/nathalielawhead.com\/noodles\/thetruthabout.png\" alt=\"\" \/><\/p>\n<p>The plot thickened when Jim Crawford retweeted it.<br \/>\n<img decoding=\"async\" src=\"http:\/\/nathalielawhead.com\/noodles\/retweetedit.png\" alt=\"\" \/><br \/>\nObviously the fight for the truth is an uphill battle, but there is an ally that agrees.<\/p>\n<p>I decided, from this point forward, for every frog game I make I will include a little one-line disclaimer explaining that it is not Frog Fractions 2. Someday they will believe me.<\/p>\n<p>Ok, then! Some other little projects that I finished since the last update&#8230;<\/p>\n<p><a href=\"http:\/\/misfortune.alienmelon.com\/\" target=\"_blank\"><strong>Misfortune Cookie<\/strong> http:\/\/misfortune.alienmelon.com\/<\/a><\/p>\n<p><img decoding=\"async\" src=\"http:\/\/nathalielawhead.com\/noodles\/misfortunecookie01.png\" alt=\"\" \/><\/p>\n<p><a href=\"http:\/\/misfortune.alienmelon.com\/\" target=\"_blank\">Misfortune Cookie<\/a> is exactly as the title suggests. The misfortunes are based on late 80&#8217;s obviously 90&#8217;s action movies&#8230; So assuming you&#8217;re an action hero, the fortune will be accurate.<br \/>\nOtherwise, hope that destiny doesn&#8217;t decide you&#8217;re going to be the unlikely hero who will save the day, and you can go about your average daily business.<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/nathalielawhead.com\/noodles\/misfortunecookie02.png\" alt=\"\" \/><\/p>\n<p><a href=\"http:\/\/petname.alienmelon.com\/\" target=\"_blank\"><strong>What&#8217;s My Superhero Pet-Name<\/strong> (And Destiny) http:\/\/petname.alienmelon.com\/<\/a><\/p>\n<p><img decoding=\"async\" src=\"http:\/\/nathalielawhead.com\/noodles\/petname01.png\" alt=\"\" \/><\/p>\n<p>I thought it would be funny to do something that spits out silly superhero names. Like the superheroes no one ever talks about because their name is &#8220;buttermunchkins the impaler&#8221; or something like that. I don&#8217;t know&#8230; this is probably the sort of thing that&#8217;s only funny to me.<br \/>\nNames are put together randomly, as well as a somewhat randomly compiled sentence about your destiny (superhero story).<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/nathalielawhead.com\/noodles\/petname02.png\" alt=\"\" \/><\/p>\n<p>I&#8217;ve been very into <a href=\"http:\/\/generators.alienmelon.com\" target=\"_blank\">making generators this year<\/a>. Somehow I got bit by the bug and I think &#8220;generator!&#8221; for everything. Like &#8220;oh, small talk is so hard.&#8221;, then &#8220;I&#8217;ll make a generator for that!&#8221;&#8230; The obsession is slowly evolving into generating pictures now, so the frog generator is the first of that.<\/p>\n<p>Still working on the Steam version of Tetrageddon Games. I&#8217;m making new content for it, and it&#8217;s going really well. Hope to have more to show soon.<br \/>\nHere&#8217;s a screenshot of what I&#8217;m doing:<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/nathalielawhead.com\/noodles\/OCASIONAL_START_ANIMATION03.png\" alt=\"\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>It&#8217;s been a while since my last update, and so much stuff has gotten done. For one, Tetrageddon Games made an appearance on Boing Boing&#8217;s Offworld, Cult of Mac has a nice little article about the project, and Leigh Alexander mentioned Monkey Fortunetell in her [really cool] article on digital divination: The divine witches of cyberspace&#8230; It&#8217;s so amazing. It feels like an unbelievable amount of hard work is coming to fruition&#8230; with that I mean people are playing the games, enjoying the games, talking about the games, which is all I can ask for&#8230; making thing that make people&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":4522,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"","fifu_image_alt":"","footnotes":"","_links_to":"","_links_to_target":""},"categories":[30,4],"tags":[],"class_list":["post-3373","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-games","category-werks"],"_links":{"self":[{"href":"http:\/\/www.nathalielawhead.com\/candybox\/wp-json\/wp\/v2\/posts\/3373","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.nathalielawhead.com\/candybox\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.nathalielawhead.com\/candybox\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.nathalielawhead.com\/candybox\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.nathalielawhead.com\/candybox\/wp-json\/wp\/v2\/comments?post=3373"}],"version-history":[{"count":8,"href":"http:\/\/www.nathalielawhead.com\/candybox\/wp-json\/wp\/v2\/posts\/3373\/revisions"}],"predecessor-version":[{"id":3381,"href":"http:\/\/www.nathalielawhead.com\/candybox\/wp-json\/wp\/v2\/posts\/3373\/revisions\/3381"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.nathalielawhead.com\/candybox\/wp-json\/wp\/v2\/media\/4522"}],"wp:attachment":[{"href":"http:\/\/www.nathalielawhead.com\/candybox\/wp-json\/wp\/v2\/media?parent=3373"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.nathalielawhead.com\/candybox\/wp-json\/wp\/v2\/categories?post=3373"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.nathalielawhead.com\/candybox\/wp-json\/wp\/v2\/tags?post=3373"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}