Please sign in to access this page

The game

The game

1 devlog
6h 19m
Created by kzlpndx

My first platformer game using Godot!

Timeline

I started learning Godot. It's funny but also weird (because I spent hours trying to fix an error due to the “signal” issue). I followed a guide about the “e to interact” feature, but there was no information about matching the functions we wrote with Node's functions. If I had discovered this earlier, it could have been a 1-2 hour project, but... Alright, here's what I learned:
- Collision
- “Signal”
- “e to interact”
- Using TileMapPlayer + physics

Now I'm working on a red enemy that will multiply its direction by -1 when it collides with a wall. I don't know how it happened, but while trying to add this, I somehow made the enemy invisible!