The Cleansing by henk

[raw]
made by henk for Ludum Dare 55 (COMPO)

screenshot_start.png

The Cleansing

Cleanse this world.

Controls

  • WASD => Move around
  • Mouse => Look around
  • Esc => Pause/Release Mouse Capture

This game has sound. If you don't hear any sound, try refreshing, enabling autoplay, adjusting your volume, or using a different browser.

Tool Credits:

  • Textures made in GIMP
  • Sounds made with sfxr
  • All else in nano

Tested in:

  • Chrome/Firefox on Linux with Intel integrated GPU
  • Chrome/Firefox/Edge on Windows with NVidia

Post-submission updates

  • Hopefully fixed an issue with mouse lock in chrome. If the camera seems to be "jumping" for you, try decreasing the polling frequency in your mouse settings, switching to a different mouse, moving the camera with the arrow keys instead of the mouse, or using firefox.

Ratings

Overall 188th 3.429⭐ 30🧑‍⚖️
Fun 207th 3.268⭐ 30🧑‍⚖️
Innovation 235th 3.093⭐ 29🧑‍⚖️
Theme 195th 3.5⭐ 30🧑‍⚖️
Graphics 138th 3.661⭐ 30🧑‍⚖️
Audio 230th 2.815⭐ 29🧑‍⚖️
Humor 190th 2.74⭐ 27🧑‍⚖️
Mood 27th 4.071⭐ 30🧑‍⚖️
Given 36🗳️ 41🗨️

Feedback

The Lame Brain
14. Apr 2024 · 18:01 UTC
Good lord! Your maze-design is really good!
Your sounds are quite annoying, but I love the simple graphics and how you use them.

But the mazes and level design are the real star here.
LightningST
15. Apr 2024 · 05:30 UTC
Loved the graphics and aesthetic! Could not for the life of me find the last 2 candles...
Flying Dog Fish
16. Apr 2024 · 21:05 UTC
The maze is designed very well and incredibly huge. I failed to find the last candle, I think there is a catch that I couldn't figure out.

Why must I play in little tiny window? It's hard to see anything on my 4K screen.
milq
16. Apr 2024 · 22:32 UTC
Great game! I love the mood of the game; it's very well achieved! Achieving that mood requires having all the artistic elements well-organized, and this game succeeds in that. The maze is awesome and I genuinely enjoy it. I also love the detail that allows me to play without a mouse, using the arrow keys along with WASD. It's a very good game, especially considering it was all done by you in 48 hours. Great game!
magnusfurcifer
17. Apr 2024 · 00:47 UTC
Awesome visuals and really awesome vibe of the maze. I liked that you switched it up on the last candle. I thought the sound design was pretty good, one of the noises was a little annoying but the actual effects when the maze changed were super cool. The movement and controls felt good.

I will say that I'm terrible at mazes that aren't simply connected without automapping so I had to bust out the pen and paper to get the last two candles (to make a map and then to note down the directions). I got so lost ;_;

Really liked this one!

![finishedblur.PNG](///raw/b36/1/z/63eeb.png)
ThaProfesional
18. Apr 2024 · 13:37 UTC
Great graphics and sound - worked well together (along with the aspect ratio) to make a really claustrophobic atmosphere. Got pretty creepy at times.

Found the areas different enough that I was engaged the entire time. Also like magnusfurcifer I had to grab a pen and paper to get through the last one - which is always great :D

Really cool game.
ZuhairGhias
21. Apr 2024 · 03:11 UTC
Nice puzzles. I was able to finish. Nice ending haha!

The audio on the other hand... interesting
LDJam user 184264
21. Apr 2024 · 04:09 UTC
Nice game! I like the art style and the concept. The only issue I encountered was that the camera would sometimes jump, which I'm not sure if it was intentional, but it made the maze much harder to figure out. I liked the antichamber inspired non-euclidean section (its actually something I've dabbled with myself) but because of how big that room and hallway are, it took an annoyingly long amount of time to execute the part of the solution I'd figured out so far. Given how claustrophobic the maze feels, I'd maybe shrink that room down or add a sprint button. Overall a nice game with *great* atmosphere!
dimesto52
21. Apr 2024 · 08:45 UTC
interesting riddle even if I almost gave up
🎤 henk
21. Apr 2024 · 11:51 UTC
> ...the camera would sometimes jump, which I’m not sure if it was intentional...

@darkwolf What do you mean by "jump", exactly? Like it rotates suddenly or something? That's definitely not intentional if that's what's happening. What is your browser/OS combination?
outstar
21. Apr 2024 · 19:12 UTC
Really fun puzzles, I finished it and enjoyed the difficulty level! I also had the "camera jump" issue on the way to the second puzzle - I was hugging the right wall while moving corridor by corridor and sometimes it felt like I had a frame drop or sudden teleport back, and wasn't sure whether I was taking the right path. The only other feedback I have is that sounds were slightly overwhelming and annoying, I had to turn down the volume. Everything else - graphics, gameplay, the scare with the monster hiding in the corridors - was amazing!
🎤 henk
21. Apr 2024 · 19:57 UTC
@outstar

> I also had the “camera jump” issue...

I'm still having difficulty reproducing this, unfortunately, even after trying several things to trigger it. What's your browser/OS combination? It might help me narrow it down.

> ...the monster hiding in the corridors...

Those kids and their pets! I told them to put that thing on a leash!
outstar
21. Apr 2024 · 20:31 UTC
Win 11/Chrome! @henk
jnw
22. Apr 2024 · 03:15 UTC
I checked out your source code and it looks like you made this without an engine, right? That kicks ass. Good game.
LDJam user 184264
22. Apr 2024 · 23:35 UTC
@outstar Yeah, in the maze it felt like my position was jumping (perhaps by an invisible teleport gone awry) but I think it was actually just the camera rotating a large amount in one frame, probably 90+ degrees in some cases, nearly 180 in others. I played part of the game again to try an replicate it, and it happened way more often this time around and in more locations too, to the point the game was almost unplayable in the maze. It is definitely a camera rotation issue. It only seemed to happen when I was moving the mouse. Using arrow keys to look around seems fine. I'm using up to date Chrome (*"version 124.0.6367.61 Official Build 64-bit"*) on Windows 10. Hopefully this helps you track down the bug.

Also, I had a quick look at your source code and while I don't understand everything, it looks like you are working without an engine which is an awesome accomplishment! If you want another rabbit hole to explore in order to do the rendering yourself, there is an old school technique called ray-casting (not ray-tracing) that can give you similar visuals. There are [a few](https://permadi.com/1996/05/ray-casting-tutorial-table-of-contents) great [tutorials](https://lodev.org/cgtutor/raycasting.html) on the subject if you don't mind the examples being C code from 1996 or 2004. It's not particularly relevant now-a-days but can be a fun hobby or game jam project.
🎤 henk
23. Apr 2024 · 19:01 UTC
@outstar @darkwolf Thank you both. I believe this is caused by a bug in chrome when using a mouse with a high polling rate (i.e. a "gaming" mouse). I have pushed up a patch which I hope works around the issue. Would either of you be willing to try the game again (after clearing your cache) and confirm that the problem is fixed? I don't have a mouse with which to reproduce the issue locally.
outstar
23. Apr 2024 · 20:20 UTC
@henk I replayed your game and haven't encountered this issue again (did encounter a monster in the maze in a spot where I didn't see it last time though so I got scared for a moment :D). I think your fix worked! I use Roccat Kone Pro mouse, so that might've been an issue.
LDJam user 267116
27. Apr 2024 · 20:38 UTC
Nice game! Love the style of the graphics, and the trick in the last room was cool. Good job!
LDJam user 364744
28. Apr 2024 · 20:54 UTC
so good! sound design and graphics were very effective. the last puzzle stumped me for a bit but i eventually figured it out. great work!
benskca
30. Apr 2024 · 20:30 UTC
Great atmosphere, I like how the synths that start on picking up each candle are in harmony :)

Without giving it away, the completely smooth camera transition in the last puzzle is a great touch that really makes the puzzle.
zimny11
30. Apr 2024 · 22:21 UTC
The ending is great! The mood in the game is awesome, only music is a bit too much, especially after getting first candle. I also enjoyed the puzzle aspect of the game. Good job!
stmate03
01. May 2024 · 09:28 UTC
Awesome game! I had some trouble finding the last 2 candles but I managed to figure it out, well done!