itch.io is community of indie game creators and players

Devlogs

Journal Entry 2

Project B
A downloadable game for Windows

Date:
05.04.2023

Activity:
Work on a functioning build of my project.
Mild amount of googling "Why can't I see X".

Invested hours:
Around 10 hours.

Outcome:
See attached build. It is a simple level intended to be one of multiple in a platformer-puzzle game, so the final exit door would lead to the next level (in current build they restart the only existing level).

Notes:
First off, 10 invested hours seem like a lot to me, but I did nothing last week, and it turned out that I in fact had a decent amount of things to implement, so I'm not complaining. And it was slightly more fun to work on this, than debug the regular kind of code we see in other courses.
Unlike the Project A, there was not much creativity needed here, and I think that's what was intended. I simply went along the design document, and checked off boxes, then did minor self playtesting at the end, to make sure everything behaves as expected.
Biggest challenge was surprisingly the part that I thought was gonna be the easiest and that was making sure the platforms don't fly off to weird places. (That's what my level is about, btw, if you're reading this before seeing the level itself, push platforms from one place to another to progress.) I expected to just tick the Constraint boxes on and off, but this caused the platforms to behave weirdly while colliding with each other (or rather it made them not collide, in certain scenarios). So the Constraint boxes had to be limited to places where they are absolutely necessary, and can't collide with anything (or at least not visibly).
Other challenges included Particle system working in editor but not in game, which was caused by the system's position being too far away from the 2D plane of the level, so the close up game camera did not see the particles, or a Box not being buoyant enough to support (apparently overweight) Ellen if she jumps from a certain height, and general collision issues where things refused to collide/trigger even though their layers were supposed to.

Files

  • PushAndShove.zip 73 MB
    Apr 05, 2023
Download Project B
Read comments (1)