jordan-toth 2019-10-09 03:15
Your itch.io page gives a 404
Foon → Ludum Dare Explorer → LD45 → AGameWhereTheGameStartsWithNothing
By nick-parry
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Overall | 1054 | 2.73 | 21 | |
| Fun | 1077 | 2.39 | 21 | |
| Innovation | 855 | 2.78 | 21 | |
| Theme | 448 | 3.44 | 21 | |
| Humor | 859 | 1.86 | 20 | |
| Mood | 2.18 | 18 |
Your itch.io page gives a 404
404 on itch.io. Message me and I'll rerate.
Never mind, I saw the windows download link. You are aware that github has a dedicated Releases section for putting a zip of just the game? https://github.com/NicholasParry/LD45-Jam/releases . Needing to go back to the root of the project and download the entire repo on a page you didn't link is a pretty high bar for something like this, I'd advise fixing that.
While baiting the user into hitting esc is cute, it makes it look like the game is broken. Jump is pretty floaty and hard to control. On the 'kill them all' stage I missed the jump and fell right in the gap, and had to force kill the program from task manager. At this point I figured I had done my due diligence. Keep trying, my man.
@ketura I had fixed that bug but haddent updated that level, ill fix it tonight.
I think it needs to be changed to say 'hold any key'.
It looks like you clicked on source not the windows link :)
@jordan-toth @ketura I forgot to change from draft to publish on itch.io, my bad.
Nice use of the theme.
@ketura I have fixed the bugs if you wanted to play again :)
Good use of the theme, but trying to land my jumps and the hitboxes on those snails were really frustrating! I like the player character.
@david-shire yeah the hitboxes are a bit hit or miss, Its because I used hacky collision detection and never got around to fixing it.
The charicter is part of unity's standard asset bundle so I can take no credit for that.
The collisions are kinda weird indeed, the concept is nice. Please don't make spacebar to jump, just use up arrow and W.
Nice and simple game. I see there are a few problems with the colliders as they said. And I think the colors used for the platform should have more contrast whith the scenario, as sometimes they merge with the clouds. But nice game idea!
The concept is nice but the physics are really weird I think. I didn't play through the whole game due to that :'(
@eranot @hellper I used the default controller from unity for this and didnt have time to adjust physics or controls
@eranot ill add up to jump in the next update and in future games, thanks for the advice.
@hellper what exactly about the physics didn't you like and how could I improve it?
@lonewolfdev Yes, I wanted to do different backgrounds and my own texture for the platforms but ran out of time.
I might do an updated build with better accessibility support (Color blind, larger font, high contrast mode) if I get time.
I found it hard to do some of the platforming, especially jumping on snails and landing on the very small platforms in one of the levels. I like the idea though.
Hi there! Usually, when reviewing the ld game it's easier to avoid bad things in search of good things to say, but here, with what you were going for, the game is good. The idea, level design, sounds, background it's all genuinely good!) The only question I have is not a criticism, but rather thinking out loud, usually in platformers you go from left to right(I wasn't even really thinking about it before), but here it is not always the case. Was it a conscious decision or it just happened that way?) Anyway, good game, hope you won't lose interest in game dev)
@kolkav When I made me first platformer I wanted to focus on vertical movement, ever since then I have tried to avoid having levels read left to right as I find it makes people think about the level a bit more.
During the jam I wasnt actively thinking about that is just sort of how I design my levels naturally now.