A downloadable game for Windows

Hello everyone. You can download a demo of my latest project - Dirty Lens (The Basement). At first, it was my entry for the 47th LudumDare session - the theme was "you stuck in a loop", but I did many improvement since. The main gameplay core and the aesthetic shaders are done. Dirty Lens is a short non-euclidean spaces experience. There is only two levels, the first as a tuturial (10/15 minutes for exploration). Take a look - share your feelings. Thank you ++

Any comments will be appreciated :)

Use WASD to move
LMB to take a cube
RMB to release a cube
Change your gravity clicking on an AllSeeingEye...

R to restart a level
Escape to Quit game

Download

Download
TheBasement.zip 62 MB

Comments

Log in with itch.io to leave a comment.

Loved the aesthetic! I’m curious, this effect of darkening the corners of the objects and whitening in the middle is achieved by a dithering shader?

Hello. This is a dithering shader which I modified. At first it was used in the amazing game FragmentsOfEuclid by Nusan. In this release I used some point lights, but now I am working on an alternative because of realtime lights restriction. With point lights I could create this effect which you quoted.

(1 edit)

I have achieved similar results with unlit materials, and a ditheting shader with the texture being the default particle from unity. Since it is round and circle shape, it worked pretty well. Might help you

Interesting. Now I have my main aesthetic, but if I need help, I will let you know. Thank you ++