Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

In order of decreasing importance:

1) I played V1.6 until level 15, and while some were easy, some less so, level 12 (Warm) has me totally stumped. I assume at the moment that something went wrong and it is basically unsolvable. The description "Warm colors only" seems to imply one thing, but the actual requirement is that you have to produce a certain sequence that is 'totally random' and changes from each trial to the next. Here (My version of level "Warm") you can see that the same input color (green) has a different output triplet each time it occurs. Please check that level!

2) In the manual level selection some levels have some number attached to them (see here), what does this signify?

3) It would be nice if the process stopped when an error happens, so that one can see where it went wrong.

4) A 'single step' speed that waits indefinitely and advances the machine one step when a certain button is pressed would also be 'nice to have'.


Best regards,

Ingix

Hi Ingix, again sorry for the delay - we somehow missed these comments until now.

1) Regarding the "Warm" level, as well as other levels, we are having a really hard time finding a good way to represent the input/output requirements in a way that is intuitive and readable. In the screenshot you attached, what is presented as the required output is correct - but imagine you filter out from the input every signal that isn't a warm color, and then collapse all the remaining empty (grey) signals - you would get the sequence orange, red - which is the beginning of the output sequence.

A general way to think about this problem is that there is no 1:1 match between an input signal in some location in the input sequence, and an output signal in the corresponding location in the output sequence.

In the input sequence, we show you exactly which signals the generator is going to create in each game beat. That means we have to include empty signals.

In the output sequence, however, we completely disregard empty signals. That is - if you can get your brains to produce the pattern "red empty empty empty red empty empty...", that would satisfy the requirements of an output "red red red...".

The reason for that is twofold - first of all, we can't know what the delay is going to be between the time the first signal is generated and the time it reaches the output sensor - that depends on the structure the player builds. Secondly, disregarding empty signals allows many more possible solutions to the puzzles, and some of them would be impossible without it.

Since the beginning of the project we knew that representing the input/required output in going to be a challenge, but we overestimated our ability to overcome it...

2) The numbers appear next to stages you've completed, and are a scoring system of sorts: the first number is the number of brains you didn't use in the stage, the second number is the number of brain connections you didn't use (i.e. the maximum number of connections possible between the amount of brains available in the stage minus the number of connections you used in your solution)

3,4) It's been a while since we worked on the game, thanks for the suggestions, we'll add them to the backlog, and if we get any idea on how to significantly improve the game which will motivate us to go back to it (for example, a solution to the problem described in 1)), we'll make sure to implement them.

Thanks again for taking the time to play and comment!