Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

Fun game, I like the idea (although I'd love for this to have more tracks).

Going to point out a couple of issues I've ran into:

- Average and Fastest / Slowest guess time don't reset whenever a new game is started

- Fastest / Slowest guess time don't account for the fact that you guessed wrong. It is possible to get a fastest time of 00.00 seconds if you just click on the first frame, even if you guess wrong it'll still count

- Some images like Botan with her sleeve or Miko overlap, covering other members (potentially hiding them from view on a quick glance)

- The RNG is biased and picks some members more often than others. The list of songs has 4 covers by Flare and 1 by Miko. I'm assuming the RNG implementation picks an index out of all song covers, which would explain it

- It isn't always obvious whether clicking on a certain spot will register a click, because the hitboxes don't cover the full image width. For example, Ollie's hair bun on the right side isn't clickable the whole way through.

- Picking the characters via a keyboard would be nice. Adding a visual label above/below characters and adding hotkeys to them would reduce time to guess significantly

(1 edit) (+1)

Hey, thanks for trying the game out, and thanks for the feedback!
I'll work on improving the UI and see how to make it more intuitive.

Just for point of clarification: At the current release, the picks do randomize through the entire selection of songs it has - I'm working on a "focused random" where it shouldn't pick too many of the same songs in each session (for example: out of 10 songs, you shouldn't get more than 3 IDOL covers).

As for accounting for the timers, I'm working on a fix where it should use your current session's fastest and slowest time, instead of the past times, and guesses that are wrong shouldn't be counted into your average times.

On selecting what song covers to add to the library, I do have a few criteria:
- Has the song been covered and uploaded on the talent's own channel?
- Is the song sung solo?

Overall, thanks for the feedback! I work on this project during my free time while learning a new game engine.

(+1)

I appreciate you taking your time to read and consider the feedback.

Glad to see you're trying things out and thinking of improvements that could be made to polish the game further.

Hope Godot treats you well!