I tried compiling the client for Win/macOS per usual with PyInstaller, but... when I did, the client randomly quits with no error message. So this is the only way it works.
Aitocir
Creator of
Recent community posts
This is well put together as an audio exploration experience! I loved your explanation on the wall; I need something similar for my entry.
The keyboard on the floor to control the looping audio was a nice touch! Have you ever played The Talos Principle? In it, you control your character as a recording, then hit replay so you can control yourself and a ghost of yourself moves around as recorded. It would be cool to have some player-defined audio loops based on a second character moving as recorded by player control.
Loved this entry! Great work! Trying to leave the tab long enough to write this. Both fun to get beyond the initial set up before you run out of HP as well as customize the performance with the variety of different lvl1-4 forms. As with other commenters, I look forward to added variety in future releases post jam.
Wave progress indication would be nice, as well as the ability to buy amps without interrupting the game view though I suppose those moments of panic did add to the fun :) I like repetitive music loops, so I have to admit that part didn't bother me. I love the synth mechanic!
This was a fun entry! I'm still humming the song as I type this. The Z control was definitely not intuitive for me (maybe it's a normal thing for this genre to have a control for state change?) I'm also not great with reflex-based games, but I had fun trying to make it through the whole way!
If there were health pickups worth navigating the bullets for, and bullets didn't instakill you but lowered your health, it might solve your "easier by just slowly circling" gameplay feature. I agree with others that the immediate restart is frustrating.
Thank you! I definitely need to add some kind of tutorial. I'm glad you're enjoying it!
The strategy I used to end up with the high score in the screenshots was to pick cards with a second card in the chord present, but leaving at least one card in each pile to maximize choices as the game continues. There's definitely luck involved in the initial shuffle. All four chord types have either 3 or 4 half steps between each note, so once you get one chord, your best bet is to keep chaining chords of varying types so you don't use up all the same notes, breaking the chain.
I chose Comic Sans specifically for this reaction, and I was getting worried nobody was going to say anything. Thanks ;)
Thank you for your feedback! Adding some other dimension of difficulty would be awesome. The reset button would be nice now that you mention it, I just always played through it when testing.
You're welcome! Cross plat building is part of why I'm doing jams: to ;make it a smoother process for the same code base.
You're not alone on that. It will definitely be one of the first things I add as soon as judging is over. In the mean time, a "triad" is a chord with three notes. Each of the four types mentioned in the game have a particular structure about how many half steps are between each note. Check out the table here for augmented triads.
Thank you! :) the play the card's note idea is great, I'll note it down for the next version with the resounding feedback of in-game music theory 101.
Yeah... I'm not great at polish, but all I needed was an excuse to step it up a notch I guess. And here I thought I'd spend my next few weekends reading, haha.
Thank you! :)
You're absolutely right, I take it you're playing on Windows. I developed and tested mostly on OS X, then compiled on Windows at the end and play tested for completeness. I also noticed the resolution resetting, which is a terrible feature, but I didn't care enough to stay up late with work in the morning.
This is my first pygame/fullscreen combination, so I don't know right away how I'll solve this, but I will. Thanks for reminding me about this, I probably would have forgotten!
Had a lot of fun with this! Definitely wasn't a YouTube star the first few times through :) I loved your custom art/audio!
As noted elsewhere, the snare seemed to be much harder to hit on time than everything else, even when I totally ignored the other keys and just focused on it. Something's going on there.
I think given the extreme limitation of this jam, we should share any tiny dependencies anyone discovers as useful so we can all learn new ways to develop tiny games.
Personally, I can't find any binary dependencies for video or sound within the size limit, so I'm using HTML5's Canvas for drawing and plain JavaScript to do game logic and sound. This way I can have one .html file with inline scripts alongside small .mp3 files for a browser playable game.
Awesome! Yeah I saw this on Twitter :)
Your feedback is essentially the same as what other have said: needs to offer a challenge to forward progression. I ran out of time in the jam to add difficulty, then got lost in my day job. I think this was just the push I needed to add more to this. Thanks for downloading, trying, and YouTube-ing!
Thank you! The pressure is definitely lacking so far; the enforced running is a good idea! I will definitely do something about that, but not for a few weeks.
Yeah, they're just mud puddles. It was a first attempt at an obstacle rather than open space and food.
Thank you! Those tiles were the first real game art I've drawn entirely myself, and as a programmer that's high praise :) thank goodness for the 64x64 limitation to make it easier!
I really enjoyed your game! A great concept for a 64x64 game. Informative UI without being too distracting, which is good given our limited screen real estate.
For feedback, I would be interested in either the movement being keyboard, or listening to mouse position while left mouse button is held down. The rapid clicking wasn't working for me to get fast movement and
I also like the RPG clicker idea, this was fun! Everything was going fine until I found a coyote before healing up from the tree monster... treev... something... anyway poor Itchy died.
Does where I click affect the random generated events? I choose to believe it does. Good things happen when I click on the sky.
First of all, congrats on publishing code into the wild! It's terrifying, I know. I'm old to programming, but new to publishing games on my own, and felt the same way publishing my first jam entry. Note: it was this same jam!
I tested your functionality, and saving/loading seemed to work in every edge case I could think of.
A heads up: your store page entry says it supports Win, OSX, and Linux when in actuality it only supports Windows. This is super easy to change. Just click "edit game" in your dashboard, then uncheck the boxes on the game download.
Congrats again! Keep having fun and publishing!