Play game
Transmission 'n dancing's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Audio | #15 | 2.236 | 2.500 |
How well does the game fit the themes? | #17 | 2.683 | 3.000 |
How much do you enjoy the game overall? | #18 | 2.012 | 2.250 |
Overall | #18 | 2.236 | 2.500 |
Visuals | #18 | 2.460 | 2.750 |
Gameplay | #21 | 1.789 | 2.000 |
Ranked from 4 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
How long was your dev time?
3hours and 15 minutes
Leave a comment
Log in with itch.io to leave a comment.
Comments
looks smart but i need more explanation
Hey!
So for each level, you need to find a sequence of inputs which has a length equal to the number of the bottom right ("inputs needed").
And for each sequence, you get a wrong series of inputs on the bottom left, and an instruction on the top.
The instructions on the top allows you to deduce the right sequence of inputs from the wrong one the bottom left:
The wrong sequence is the right one which has been transformed according to the instructions, and then has had one of the inputs changed randomly.
So, for example, If you need to find three inputs, with the sequence (up up up left up up up up up), and the instruction "the code has been repeated thrice", then the right code is (up up up).