123 players submitted a total of 556 species. Most players submitted just 1 species. One player submitted 11. (I disqualified his[1] 11ᵗʰ submission.) 555 species qualified for entry. I expected more players would submit 10 species compared to 8 or 9 in order to max out their submissions but that didn't happen.
The most popular name was Krill, which three separate people submitted. This does not count Yellow Krill, Green Krill, Red Krill, Nano-krill, Fornicacious Krill, Orange-Krill and Orange Krill.
Other duplicate names included Armadillo, Bear, Desert Tortoise, Forest Tribble, Kraken, Trash Panda and Flesh-Eating Clam.
A couple species were placed in the Tundra/Desert without the necessary temperature adaptations. I modified them so they wouldn't instantly die. Other people gave cold/heat adaptations to water-breathing species, which are useless. I left those unaltered.
Speaking of useless adaptations, Weapons + Armor is only useful up to 10. If your Weapons + Armor exceeds 10 the extra armor is useless. 40 submissions (7%) had Weapons + Armor more than 10. I think the idea here was to create big exciting powerful monsters. This is the realm of Dragons, Forest Dragons, Basilisks, Sandworms, White-Whales, Tundrus Rex, Humans, All-eating Leviathans and the so-called "Ultimate Lifeform". I expect[2] none of them will survive to the end.
I tried to render a food web but it didn't work because there were 54,867 connections. I let graphviz run for ten hours before putting it out of its misery.
Stats
One sixth of the entries were venomous. One third had antivenom.
Unlike their number of entries, many players did choose to max out weapons, armor and speed.
Spawning Locations
It makes sense that the ocean is popular because of how much food it supports. I was surprised by how popular the human garbage dump was. The Desert and Tundra were the least popular, presumably due to the temperature hazards.
Foraging
The most common foraging adaptations were algae, seeds and carrion.
- Algae is on top because there is the most algae.
- Seeds were popular because they offers lots of nutrition compared to the digestive adaptation.
- Carrion it is most nutritionally dense option.
Forage or Hunt?
Half of all organisms were pure foragers. Of the rest, the majority had a foraging adaptation. Only a tiny minority were specialized hunters.
Social Media
I promised link to the winners' social media accounts (if they want). Most went with Twitter. Some went with LinkedIn, Tumblr, personal websites and Less Wrong itself. Two picked Instagram.
Lots of great feedback! Here are my tentative thoughts. Please don't construe them as promises.
Gene Format
The genome format is easier for me too. This sounds like the genome format is just the right way to go in the future.
Implementation/Spec
I plan to stick to Hy, but I'll make the versioning clearer in the future. I could have done a better job with setup instructions overall. I think the slowness came from implementation choices. I made an extremely inefficient simulation in order to support forward compatibility with some features I never got around to implementing. I'm optimizing for features, not speed.
Using PCG sounds like an easy change. If that was all there was to it then I wouldn't mind using it for the random numbers. However there's other bits of the code too (like random selection from sets) which might vary from one implementation to another. Making it possible for everyone's simulator to behave exactly the same is a nice-to-have feature that I'm probably not going to implement. I'd rather put that time into creating more adaptations players get the choice of using.
Time
I can avoid the last/first week of a quarter year. That's no problem.
Duration
Extending from one week to two weeks is no problem either. Using the first week for a spec and a sample environment and the second week for the actual parameters sounds excellent. Leaving an explicit 48-hour window for changes sounds good too.
Submission
It's easy for me to accept CSV files. I think the best way to help everyone is to just accept both CSV files and Google Forms.