On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+2)

HAHAHA! This is great the concept with the music, I had such a good laugh! Unfortunately I died because I had to find a poisonous bug with 1 hearth left :/ 

It took me a bit to figure out that size did matter, because sometims the bugs look a lot like each other with very minor colour or size difference. But I get the idea why it worked that way and with the lack of time that was not something you could those random cases out (no problem at all, very understandable). 

It is a very fun game!

(3 edits) (+1)

Thanks for playing! Actually, we did put in code to ensure that creatures wouldn't look too much alike unless it's intentional.

Creatures have five traits that affect appearance (and many traits that don't): color, size, head shape (or lack of head), leg shape (or lack of legs), and body shape. We randomly generate creature species, and we check to see if a species is similar to (i.e., all traits are the same, or all traits but one are the same) any existing species. If it is, we don't create it.

However, that rule is broken for the poisonous species. All of the poisonous species actually look exactly like one of the edible species, except for one trait. So you'll have poisonous species which have the same head/body/legs/color as an edible species, but a different size (for instance). Or everything the same except for different colors, etc. We did this to make it more challenging to spot poisonous creatures, sort of inspired by the real-life case in nature where you have poisonous mushrooms which look similar to edible ones with a certain key feature which is different.

Thanks for explaining that clears up I had one that had a bit of a different colour, it was very minor and it took me a while to figure out by trail and error :P