In my little hobby project, I create SVG images of dumb little creatures on the fly based on the URL parameters. So sometimes when I’m bored I just type in URLs into my phones browser and look at images of funky little guys
with the syntax <species>-<age>-<color1><shiny1>-<color2><shiny2>-<color3><shiny3>-<pattern>-<mutation>
if anyone wants to play around with it too! Lots of combinations aren’t implemented yet tho, haven’t been feeling like making assets in a while now haha
In my little hobby project, I create SVG images of dumb little creatures on the fly based on the URL parameters. So sometimes when I’m bored I just type in URLs into my phones browser and look at images of funky little guys
The URLs go from
https://getfrog.cc/guest/creature/img/01-1-000-000-000-00-00
to
https://getfrog.cc/guest/creature/img/02-5-0J1-0J1-0J1-03-01
with the syntax <species>-<age>-<color1><shiny1>-<color2><shiny2>-<color3><shiny3>-<pattern>-<mutation> if anyone wants to play around with it too! Lots of combinations aren’t implemented yet tho, haven’t been feeling like making assets in a while now haha
There’s also a GUI I guess but that’s way less fun