Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

Dark HumourView game page

Echolocation over sight
Add to collection

Play game

Dark Humour's itch.io page

Results

CriteriaRankScore*Raw Score
Theme#1623.0155.000
Originality#1762.8644.750
Fun#1782.4124.000
Audio#1882.4124.000
Controls#1932.4124.000
Overall#2072.4774.107
Accessibility#2152.1113.500
Graphics#2252.1113.500

Ranked from 4 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Godot Version
4.4

Wildcards Used
All three

Game Description
Echolocation over sight

How does your game tie into the theme?
Levels are unseen, only being revealed through making sound.

Source(s)
N/A

Discord Username(s)
frostyract generichuman.

Participation Level (GWJ Only)
1

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

Very cool concept and game. Loved the mic thing. I got stuck where you have to open the boxes but the demon dashes down to you and ragequit. But still very cool game, could actually see a full release for smth like this.

Developer

NOTE: if it doesn't send you to the settings screen on first boot, make sure to go there and do mic calibration :]

Submitted (1 edit)

Very cool concept and great implementation ! It was fun to use. Sometimes it was buggy and had to restart the lvl with "R" so the sound mechanic works again. A part from that it a nice, challenging, and interesting platformer. 


I am also curious on how did you do the sound effects, is it hundreds of node you generates ?

Well done for your submission :)

Developer (3 edits)

thank you for trying it out! yeah, the microphone sometimes isn't detected when switching rooms, it's a stubborn problem that i couldn't quite figure out in time. thanks for the review :]

as for the waves? each wavefront is a GPUParticles2D node which uses a particle shader to disperse them in a "cone" shape. if you're curious i can share the code! if you meant sound effects as in noises those are just fmodeventemitters

Submitted

Cool ! And why not CPUParticles2D ? Maybe you could have exported it in web this way. Anyway it works well and it was fun to play :)

Developer(+1)

i couldn't export in web anyway (fmod gdextension doesn't support it), so i figured i might as well take the performance of GPUParticles :]

Submitted

This game looks awesome and I LOVE the immersive settings screen but I could not figure out the microphone mechanic. How does it work?

Submitted

Yeah at first it didn't work, have you tryed the calibration button at the start ?

Developer (1 edit)

you need to select and calibrate a microphone in the settings (using the "Microphone Calibration" button - which tells you to use 4 different levels of volume through your mic for 5 seconds each).
it should automatically bring you to that screen on your first boot, but i might've messed that up :/

after that, the "intensity" of the waves is dependent on the volume that comes through your mic. if no red waves come out of your character upon loading a room, try pressing R  to reset the level a few times - it's a bug i didn't manage to hammer out in time