FoonLudum Dare ExplorerLD51 → Finding Time

Finding Time

By b4ux1t3

View on ldjam.com

CategoryRankScoreCount
Overall10143.0522
Fun10382.8222
Innovation7563.1222
Theme5993.6222
Graphics10942.2922
Audio6952.8022
Humor8832.2520
Mood11592.3921

Comments

jacob-diaz 2022-10-04 02:12

Love the music, and I enjoyed the complexity! Jumping was a little floaty but good once I got used to it :)

b4ux1t3 2022-10-04 02:13

@jacob-diaz Thanks for checking it out!

t-c 2022-10-04 02:20

Tough to control, and a couple of places where you could get stuck, and have to wait for very long periods of time to even be able to backtrack, but the lighting and rotating world were cool, and found my way to the end eventually! Good job!

cogent-invalid 2022-10-04 02:23

I got it in 202.1357 seconds. Nice job, it was cool figuring out the way through the maze as the level rotates. The controls were a little slippery, though. It helps if the player quickly accelerates to their top speed and then stays there, rather than continuing to accelerate as you hold down the button. Having a double jump with a slower max speed might've made mobility a little easier.

alviniano 2022-10-04 02:59

i really liked the idea!, it would be great to have more levels, but that level had a good design.

b4ux1t3 2022-10-04 12:46

@t-c Thanks for playing! Yeah, the controls are a sore point for me. I spent waaaaay too many hours trying to figure out how to make a kinematic rigidbody interact well with the level, but it just never turned out well. Glad to hear you made it through!

@cogent-invalid Yep, see above comment. I accidentally flipped around the "air control" and "ground control" modifiers. You were supposed to have quicker acceleration in the air, and slightly slower on the ground. Whoops! Double jump ended up being difficult to gauge without "static" colliders to check, so I went for the next best thing: You can actually jump if you fall off a platform, no matter how long you wait. So, if you get up to speed, fling yourself off a platform, and then jump after you fall a bit, you can maneuver underneath overhanging walls. ;)

@alviniano The original idea had a time attack, enemies, and more levels! Alas, time. . . Glad you enjoyed the design! Since I didn't have the time to add new levels or modes, I spent a pretty good chunk of time tweaking the level, making it so you can almost always get out of a hole.

Thanks a bunch for giving it a try, all of you!

skullsprigs 2022-10-05 01:12

very cool concept!!!

juanrod707 2022-10-05 13:51

It's a very cool game! Would've loved to get a more arcadey feel as I find rigidbody platformers to be kinda painful to get the precise jumps and stuff. But overall, loved the game

b4ux1t3 2022-10-05 14:05

@juanrod707 Thanks for playing! Yeah, the rigidbody controller is certainly a sore point for me. I started out with the intention of building a fully-custom controller, but it turns out that the non-static nature of the platforms made a lot of the assumptions I generally make when doing that. . .well, problematic. I'm really tempted to post jam this and spend the time to get a non-rigidbody controller working.

juanrod707 2022-10-05 14:36

@b4ux1t3 I know, I get the struggle haha, first thing that comes to my mind as a possible solution is to freeze the movement while rotating the stage, this could be an easy workaround to avoid overlaps

thyoi 2022-10-05 23:33

Fun game. The rotating levels and the restricted view make this maze even more challenging.

Here's a tip about writing controllers in unity. Don't let physics 2d control your character, but let it tell you the state of your character (on the ground, hitting a wall, etc.).

b4ux1t3 2022-10-06 02:54

@thyoi Yep, that's where I started. I just ran into so many problems when I was doing a custom controller for it, due to the nature of the 100% kinematic environment, that I found I was having to reimplement a lot of physics to even get to a point where I could start moving around! Almost the majority of this stream is me beating my head against that: https://www.twitch.tv/videos/1606360156 :sob:

marcodeevil 2022-10-07 17:32

Really nice idea, cool game! Movement could be less wooden.

eoshadows 2022-10-09 05:44

Nice game! Very cool and innovative concept. I found the controls a bit too floaty, but that was the only issue I found. Also I loved the main menu / game over screens, the idea of moving the cursor over the graphics and having them light up was pretty cool. Overall I thought this was a good game. Well done!

erukolindo 2022-10-09 10:29

I like the idea and overall it seems to work fairly well, but it's really hard to tell if a sloped surface will let you jump from it or not.

phoenixofforce 2022-10-09 11:46

The jump physics made a bit harder than it should be. Still great game!

b4ux1t3 2022-10-10 19:42

@eoshadows Thanks for the kind words! The main menu is literally my favorite part of the game. I enjoyed making the whole thing, but I'm _proud_ of the main menu.

@erukolindo Yeah, I had to strike a fine line with the platforming. Unfortunately, the "angle of jumping" ended up being down to the physics engine, as opposed to my original plan, which was to make it fairly obvious by only working on very flat-ish platforms. I've said it all over these comments, but I'll say it again: I really wish I'd started with the jam in mind early on instead of the compo, so I could have pulled in some better platforming code.

@phoenixofforce Yeah man, I appreciate you giving it a go, and thank you for the kind words. I'm probably going to end up post-jamming on those controls, just to be able to say that I covered all my bases. Fixing the controls wouldn't, unfortunately, qualify as "bug fixes", so I'm stuck with what I have for now :(

flying-dog-fish 2022-10-12 19:57

I really dig the minimalistic design.

b4ux1t3 2022-10-13 16:59

@flying-dog-fish Thanks! I actually did start drafting out some art assets, but decided to just drop it and leave the minimal sprites and add some color and lighting instead. I don't hate how it turned out, but I did want to get a kind of neon outline shader built in. Ah well, post jam!