Light Mites

A platformer where the player plays as the mother/father of all light mites. The mighty mite is on a mission to find their children in an underground sewage and bring light to their lives.

Credits:

Developers

  • Lizbeth Alcaraz (Sole developer)

Assets

All from the hail Kenney: https://kenney.nl/

How To Play: 

  • A+D / left+right arrows - Move left and right
  • W / up arrow - Jump 
  • Escape / P - Pause and Unpause

Notes: 

- A Godot game submitted to the Kenney Jam 2024.

- Theme: Connections

- Approach: When I thought of "connections," I thought of electrical lights and Bluetooth. Initially, I wanted to program a mechanic that drags a wire. However, it was my first programming Godot, and couldn't figure out how to do it. Thus, I dropped the idea and devised a simple "find all the light mites" game.

I have fun learning Godot for the first time and the challenge of programming a game in 48 hrs. Sorry if the game doesn't fit too well with the theme. I had fun either way! ^^

StatusPrototype
PlatformsHTML5
Rating
Rated 3.0 out of 5 stars
(1 total ratings)
AuthorLizTheJelly
GenrePlatformer
Made withGodot

Comments

Log in with itch.io to leave a comment.

i had so much fun :D 

the sound effects are great! i wish it had music too.

initially was confused when i hit all 6 because nothing happened. but then i went back to the fusebox and it confirmed i switched all 6 of them on :)

i love the ambiance and the lighting is done beautifully. can i ask how you handled circular lighting?

(+1)

I handle the lighting by using two nodes: PointLight2D and CanvasModulate. I used the canvas modulate to layer a darker color with low opacity across the game space. To get that circular lighting effect, I attached a circular light texture to the PointLight2D (provided free in Godot documentation).

thank you :)

This kills my computer, (somehow).

Oh no, I'm sorry it did. This is my first time using Godot so I wonder what's causing it... Thanks for trying the game out either way!

No worries!

Good! Thx

Thank you for playing