Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Cool game with nice puzzles to wrap your head around! I really liked how you introduced constantly new mechanics. Maybe some music would add a bit more atmosphere to the game. When you introduced the "bot can only interact with his colour", I was a bit confused about the colour of the blue bot. It looks more greenish for me and it was not directly obvious with what this bot can interact. I have a very slight colour-blindness, which might explain that :).

Hey, thanks for the response. I'll keep the bit about the color in mind if I do something similar to this in the future, because now that you mention it, I can definitely understand that it can be frustrating or difficult to use. As for the music, I honestly couldn't find something that I felt would fit, or teach myself how to make music from scratch.

So in the end I decided no music would be better than mismatched/bad music.

Speaking of colour blindness, I noticed, that Storybook offered overlays to simulate different ones.

I digged into the source code and discovered, that they use SVG for it! https://github.com/storybookjs/storybook/blob/96a8552aef9895873de360f98005952151d246ca/addons/a11y/src/components/ColorFilters.tsx

Applying a filter: url('#<the_filter>') as seen in https://github.com/storybookjs/storybook/blob/96a8552aef9895873de360f98005952151d246ca/addons/a11y/src/components/VisionSimulator.tsx#L34 could give you an impression on how the visuals might appear to these users.