00:00
00:00
Ralix

234 Game Reviews w/ Response

All 463 Reviews

3 reviews are hidden due to your filters.

Edit: Errors fixed.

Still, I think the game is too short. It's one short level, and still not quite polished.
Some feedback:
– going left makes you fall endlessly (and reload the page)
– wood blocks have no collision
– there's no need to add the first checkpoint so close – just set the first save point to your initial position
– running out of lives also makes you reload the page
– dying to enemies resets you back instantly; usually, it's good to give at least a brief delay (so the player knows what happened)
– same with completing the level
– the music loop is too short; in a longer level, it would probably get annoying soon

Malachi1289 responds:

fixed

The game is a lot of fun, even though it's really difficult.

I think my main gripe is just that – the enemies are too good. Sometimes you find yourself in such a position that you simply lose, usually when several of them spawn simultaneously and ambush you. And then the slightest touch, and it's over.
I probably wouldn't change the speed or AI of the enemies, but I would consider adding something to help the player evade ambushes. Like:
– dash (skip through enemies, with some cooldown)
– 3 lives, temporary invincibility
– powerups (e.g. "shield" which breaks when you're hit, dual colour…)
Probably the first suggestion is the most in-line with the spirit of the game.

As for other things:
– Sometimes the enemies stopped moving when several of them bumped into each other, even when I was a different colour. But it was temporary since other reinforcements came and made me move.
– When a game is played entirely on keyboard, it would be nice to be able to restart it with keyboard as well. This is a game you replay A LOT, and you have to grab the mouse every ten seconds just to click a button.
– If you use the bottom bar (Unity standard WebGL template), you need to add 38 to the project's resolution in the Newgrounds Project Settings, or the game ends up being slightly cut off.
– Thanks for adding the medals and scoreboards!
– And I certainly like the tactical element of deciding whether you want allies around or not or kill them to gain points.

And by the way, it's really cool that you open-sourced the game, too!
It's interesting to see how others code logic in their games, and I wanted to check what the enemies are told to do. Amazing how something can seem like a pretty clever AI when it's just "go directly to the player and jump randomly". :)

Also about the code, if I may offer advice:
– If you used Input.GetAxis (and Input.GetButtonDown for jumping), you'd instantly have arrow keys, WASD and gameplay support in your game.
Or use the new input system, although it's slightly more difficult to set up.
– I'm not sure why you're dealing with parsing Hex strings, you can have Color variables directly. And initialize them with hexadecimal numbers, too.
Color playerColour = new Color32(0xEA, 0xBA, 0x6B, 0xFF);

Jervaited responds:

Hello, thanks for the review and suggestions to the game.

Specially the Dash mechanic to the game in reference to your suggestion, it does seem to play better with it :)

Hi, and good luck with your platformer! Couple of tips:
– Freeze Z Rotation. Your character starts spinning e.g. when you fall or bump into the thin wall. It even makes you unable to jump if you try to balance on the top of it.
– You can dash even in mid-air. Is that intended?
– I like that the jump has different heights depending on how long you press space
– Hold left immediately after reset. The camera fails to catch up (or move "smoothly") which results in some jittering
– You can slow down your fall if you "clutch onto" the wall. Perhaps this is intended. If it's not, add a zero friction Physics2D material to the collider.

Other than than, there's not much to talk about so far, but good luck with the final product nevertheless.

ScarfPin responds:

most of them are intended but thank you for pointing out the bugs

I think the best rage games are games with perfect controls, with perhaps slightly unfair challenge (e.g. ‘Cat Mario’), or just overall very difficult (e.g. ‘Celeste’ or Hollow Knight's ‘Path of Pain’). You might get some inspiration from an old free game ‘A Little Eggy That Could’ (https://youtu.be/zqGCIvG67rg) in which you're an egg, with very precise controls, but it's easy to fall and break, and the platforming challenges get quite hard and eventually, you're flying all over the place.

I had to retry this game more than I could count, but its difficulty stems from the very simple fact that it's very easy to overshoot or undershoot a platform because you can't in any way change your direction or speed mid-air. Otherwise, the game is quite fun. If you take it slowly and carefully, the obstacle course isn't even that difficult – you're just gradually more and more frustrated by the controls.
Perhaps that's the effect you were going for; I'd personally prefer better manoeuvrability which would come with a more difficult platforming challenge (narrow ledges, falling platforms, spikes, fans, invisible platforms…).

MuziksPH responds:

Thats a great idea but i have to make a seperate game for that mechanics

I think the game is quite slow in the beginning, i.e. it's very simple to avoid the rocks and collect all fish, but then it rapidly gets faster and more difficult, and I'd say eventually you get to a point when it might not be possible to *both* avoid all rocks and collect all food onscreen. I died after letting too much food pass by in the span of ~2 seconds, because the food was also being somewhat blocked by rocks.
I don't know the solution to this, but from my point of view, the slow build-up is the more important problem (it's common in arcades to get to the 'humanely impossible' bit, but the game should be fun and engaging from the beginning). You could try adding a little more variety, perhaps powerups; just to give the player something more to do. For example temporarily slowed-down time, a shield (which you can use to crash through rocks), a magnet for nearby collectibles, etc.
All in all, getting and maintaining a high multiplier is more important for your score than being able to last for a long time – but that's perhaps a good thing.

popcar1 responds:

Thanks for the feedback! Your review was very valuable! I'll try making it faster at the start and accommodate for it by slowing down the rate of change. I realize the game eventually becomes impossible but I can't think of a better alternative that isn't a timer. If a round isn't 1-2 minutes long people would just get bored fairly quickly.

It's nice to see a new kind of content from you.
(Does it mean 3D Kim Possible games are coming? I'm scared.)

The cube is very manoeuvrable which makes it possible to skip parts of the obstacle course – which is good, because the last section is difficult and you're going to be repeating the beginning a lot.
I think it really should be possible to rotate the camera (or do it manually in 90° steps) so that you always go *forward*. Especially jumping back when you have no idea what's there is a recipe for failure.
Other than that, shadows would be very useful, too, because in platformers they tell you where you'll eventually land.

ZabuJard responds:

3D KIM! ITS GOTTA COME thanks for review in seriousness <3 i will add shadows to next one soon! and maybe fix camrea as well X_X

I don't know.
I like the art style and colour palette, the idea of travelling through a dark cave…
But after a while, the constant flashes started to annoy me (it's hard to watch), and when the giant flying block killed me I lost interest because I'd have to go through the entire game again (and possibly many more times).

For the latter, consider adding checkpoints. Please. E.g. a torch you can ignite.

For the former… I'd recommend you to look at the gameplay of 'Candleman', it's a game with a similar idea about a platformer with limited light. You might find it useful as a source of inspiration (even though it's 3D).
https://youtu.be/HpIihc3devs
Key thing:
– You're never in a *complete* darkness, just bad visibility. So you're not necessarily forced to turn on the light just to move around. (your previous path is even marked by molten wax)
Only when you need to be precise in avoiding gaps or see further.

I think it'd work for your game as well – make the lighter limited (perhaps add a collectable refill), but make your close surroundings visible even in the dark (e.g. dark grey). A simple way to limit to "close surroundings" might be with a black png image mask with a transparent hole in the middle enabled/disabled in the foreground.
And to make it easier to watch, I'd try to make the dark→light transition gradual, instead of just flashy on/off.

HiNiceToMeetYou responds:

Thanks for the feedback, i'll be sure to take this advice on the next version of the game.

The animations are incredible and look very natural.

The rest of the game… I mainly had a hard time trying to figure out how to damage the enemy without being hit yourself. He has a longer range, a vaster health pool and hits you almost every time you come close. It might be better if the enemy followed a set pattern which left you an opening in which you can safely damage him. When he's unpredictable, you have to rely on luck or cheesy tactics, which is frustrating.

Shooting from your weapon also doesn't seem to do anything. And you can still move around and jump after your health falls under zero, with no way to restart the game.

And currently, since it's still in development, the environment around the characters sucks.

It looks promising (especially the fluent animations), but so far the game isn't really enjoyable.

batitono responds:

Thanks for commenting!
I will consider everything.

Age 31, Male

Game designer

Masaryk University

Czechia

Joined on 12/25/12

Level:
41
Exp Points:
17,928 / 18,660
Exp Rank:
1,292
Vote Power:
8.18 votes
Rank:
Staff Sergeant
Global Rank:
1,400
Blams:
763
Saves:
5,660
B/P Bonus:
26%
Whistle:
Bronze
Trophies:
1
Medals:
2,633
Supporter:
6y 6m 8d