Play game
The Sequence Abstraction's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Entertainment - How enjoyable/replayable is it? | #5 | 3.337 | 3.500 |
Creativity - How original is the idea? | #5 | 3.814 | 4.000 |
Overall | #5 | 3.591 | 3.767 |
Presentation - How does it look/feel? | #7 | 3.623 | 3.800 |
Ranked from 10 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Leave a comment
Log in with itch.io to leave a comment.
Comments
Very good! Great beats and great gameplay.
I found it’s mostly just associating the colours with the keys to press. Beyond that, the game could perhaps do with some more variation in rhythm. Maybe some parts where you have to fill in the left side instead of the right? Or some gaps?
Oh man, I totally forgot to write in the description. The sequence is actual human DNA data from the human genome project. I thought about just writing something to randomise it a bit more, bit I like the idea that it’s real life data :)
Adding in gaps to give a little bit of breathing space probably would be a good idea though.
Lol, I’m such an idiot for not mentioning that. I parsed like 60Gb of files to generate that DNA sequence. There’s a whole section of the codebase dedicated to paginating and merging sections of it so I don’t load too much into memory at once.
I had a lot of fun with it :)
I'm having trouble running this game on Linux, unfortunately. I'm using Ubuntu 20.04. Here's what I tried:
I got the following backtrace:
Maybe there's some additional java package I need to install to make this work, but it's been ~10 years since I've worked with Java in any serious way so I just don't know.Hmm, that’s not one I’ve seen before. Though you should be able to safely just disable the assitive technologies.
If you edit
/etc/java-8-openjdk/accessibility.properties
and comment out the line where it setsassistive_technologies
.That’d be my best guess.
That worked, thanks! Cute game! Liked the art and music. I had a hard time remembering which acids paired together, which slowed me down a lot. Something about the shape/color differences just wasn't clicking with me. I really liked the intro tutorial sequence, though I was initially confused why an acid was stopped in the reticle. For some reason I was expecting them to keep moving and I'd have to chain them together like a rhythm game. Once I understood what was happening I had fun!
Hooray! Ah phew, so glad that sorted it :D
What a fun rhythm game.
The legend really tricked my brain, so I had to make up my own little associations to the colors before being able to play fluently. 10411 - would mutate again.
That’s the highest score so far! But will it be enough?
Neat game! It would have been nice if the nucleic acids were mapped to a close cluster (arrow keys) of keys for one handed play, in addition to their key character.
Yeah, I based the keys on the names of the acids and then got used to it during development, I guess I should have roped in more playtesters :)
Show post...
This is a very interesting and original game, although the controlls are kind of messy and hard to get used to, the four buttons hardly make sense for me at least. The actual gameplay is quite simple but entertaining and I can see myself playing it for long. When you get into the rhythm and remember the buttons associated with the colors it makes the game really fun, and the music really helps. And the mechanic of getting more time when you go fast makes you push even further. My highscore is 8333.
Thanks for playing! and thanks for posting your highscore!
Haha yeah the controls are … awkward. But they represent the four nucleic acids that combine to make base pairs in dna.
(A)denine, (C)ytosine, (G)uanine, (T)hymine
In retrospect I guess I could have made that more clear :)
Show post...
Okay, now this doesn’t seem right. Maybe it’s because I was playing very fast, but it says I got 3146449 points.. Is the combo modifier unlimited? If so, maybe it can go that high indeed
Haha amazing, yeah there’s no limit, it just keeps doubling. Once your score get past like 30 digits it switches to scientific notation so it doesn’t go off the screen. The combo multiplier and your score are both BigIntegers so they’re only limited by how much memory you’ve got :P
You just gotta not make any mistakes :)