Skip to main content

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

luxView game page

subtract blending platformer puzzler
Submitted by paperarrow — 14 hours, 20 minutes before the deadline
Add to collection

Play game

lux's itch.io page

Results

CriteriaRankScore*Raw Score
Theme & Limitation#14.8574.857
Fun & Engagement#14.4294.429
Innovation & Originality#24.0004.000
Overall#23.9713.971
Graphics & Artwork#53.8573.857
Audio & Music#102.7142.714

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

Theme Explanation
platforms solidify in light and become intangible in shadow, utilising boxes of light to solve puzzles

Leave a comment

Log in with itch.io to leave a comment.

Comments

Host

Congrats on winning second place! Please contact me on Discord to claim your prize!

Submitted

I love the little man jiggle, excellent work favourite one so far

Developer

thanks for the feedback!! :>

Submitted (1 edit) (+1)

Excellent, i did everything, last puzzles are hard which we love, progression in puzzles is excellent, tutorial without tutorial is really great. i might have 'cheated' a little bit in the end :


otherwise, sound design is well chosen, physics is great, i would like to see the code if you have it for free on github :) 

Developer(+1)

holy that's a very impressive solution ;w; but i'm glad you enjoyed it!

not sure if i can port unity projects to github but if you're referring to the shader's inversion effect i basically grabbed it from this page!

thanks for your comment!

Submitted(+1)

I really like the design and animation of the character! the idea is also very good

Submitted

Very nice designed game fun and theme #1 for sure

Developer

thank you for the kind comment!! :>

A concise yet not simplistic puzzle game, designed very impressively. If possible, I would like to know how you achieved such an inverted color effect. Was it implemented using a shader?

Developer(+1)

thank you sm for the feedback!! :)

if you're interested in the details, i basically used unity's hlsl code in the .shader file to perform a "GrabPass" and basically retrieve the color values of a specific pixel (so in this case invert the colours). the one i ended up using is a modified version of the code found here.

(1 edit)

Thank you very much for your sharing; I found it very beneficial, so I will do my best to understand the code involved. Since I'm not very skilled at writing Shader programs, I used the Pixel Perfect Camera component and the Sprite Mask component to achieve a similar effect. You might want to give it a try too!