00:00
00:00
RaIix

210 Game Reviews w/ Response

All 415 Reviews

3 reviews are hidden due to your filters.

Since it's a prototype, I'll just list possible problems:
– The first time around, 'space to jump' didn't work for me, until I started using a gamepad, then space jumping became possible, too (as you mention in the description)
– Don't use Dpad on gamepad for movement. The left stick is typically for movement. You can use it even now, although it doesn't turn you.
– I'd reconsider instant death from spikes. There's a lot of them around and with no checkpoints, it may become frustrating
– 'Zero' health still has a thin green line at the left when your health is 0. If you do this by setting localScale, try fill amount instead:
https://docs.unity3d.com/Packages/com.unity.ugui@1.0/api/UnityEngine.UI.Image.html#UnityEngine_UI_Image_fillAmount
– The jumping animation is super slow
– 'You died' & Restart button are pretty small
– There are different pixel art resolution being used (e.g. the main character vs the enemies)
– Enemies are blurry (bad image? downsized?). Try the pixel perfect package if it helps.
– The last part of the level is quite boring, it's a long predictable corridor making you charge the gun, shoot, move a few steps, charge the gun again several times in a row
– The boss doesn't do anything interesting, and if you didn't have a hiding spot at the entrance, he'd be impossible
– I think the gun has a pretty short range. But anyway, the blast should not just disappear, there should be a 'dispersing' animation

Good luck with further development.

ArcOmega responds:

Thanks for your review Ralix, I'll take it all into consideration. I know there's a lot of adjustments and things to fix but without reviews from people like you its hard to catch everything. I'm going to be making some changes to the keyboard controls and will see about implementing the left stick for movement as well as scaling the restart button and other UI to make them bigger. I will also look into the pixel perfect package to correct the blurry enemies. Thanks again!

Ah, yes. The happy meal handheld games, Tiger games, Nu Pogodi game… the lamest way to make a game, but still, they did the trick when nothing else was available.

I don't recall this particular game, but I like how you framed it with the speaker and switches. The game itself looks very authentic as well (judging by the art), although it might be confusing when the 'short' platform suddenly becomes long when it reaches the left side of the screen. I also don't understand the 'S' in the top-right corner, but I presume it means 'speed' which increases over time.

Very well done. I mean, it's not a game I'd like to play for too long, but as a recreation of the original, I believe it does a terrific job.

PKTORA responds:

Tbh I'm not sure what the "S" is either. Most likely means speed.

A great game! I love how it starts, how the main menu is a part of the game. It took me quite a while to figure out what you're supposed to do at the very beginning – I assumed I need to avoid the bugs and somehow get into the rooms, which were all locked. I really didn't want to go anywhere near the scary critters, as I imagined they'd attack and I didn't want them any closer to my screen…

The individual rooms were great; I really wondered what they'd be like once I got there (by the way, if the Update function in your game does nothing, it's wise to remove it completely :)).
Although I hoped there would be some more challenge and more interesting puzzles than 'walk to everything and press 'E'', which is probably the most important thing, but I understand you probably had some time constraints.
The background noises like the people talking in the design room were a nice touch.
The inventory slot/icon design is somewhat plain and uninteresting, though.

When pressing 'Start' in the end, I had some trouble in positioning myself properly in order to be able to select it, I think the raycasts (or whatever you use there) is a bit wonky.
The final music is the victory theme from Heroes 3 – sounds great, and matches the ending, but isn't it copyrighted? If so, you should probably replace it with something else to prevent the game from being taken down.

Anyway, for a jam game, it's definitely a very solid entry, and stands well as a meta-game on its own.

boticelly responds:

Thanks for the detailed review!
I'll have to check about the music, thanks for noticing.

I think it's an interesting, original concept; well-executed. I definitely did enjoy the game.
The levels are fairly straightforward, I didn't think any of them were particularly hard to figure out, but solving them in practice might have taken some time. You could consider adding new 'puzzle' levels, or, if it makes sense, action levels (i.e. moving environment or enemies would force you to act faster or more precise).

I had a slight issue with the controls. My 'jump' sometimes wasn't registered even when I was on the ground and I'm not sure why. It's also somewhat common in platformers to add tolerance for pressing jump a bit too soon (e.g. ~0.2s) before you actually touch the ground, or after walking off a ledge, for cases when the player doesn't hit jump at the exact frame.
And since the entire game can be played with keyboard except for the one horizontal size slider, I'd consider adding keys (Q, E…?) for manipulating the slider without a need for a mouse.

The character can also stick to walls if you move towards them while in mid-air – if this is unintentional, consider giving something like a PhysicsMaterial2D with zero friction to the character to avoid this to an extent.

Still, for a game jam game, pretty impressive! An original idea with a proper beginning and end, albeit slightly wonky at times.

RealGamesss responds:

Thank you so much for your comment!

Great idea with all the rule changes and replaying the same levels differently.

thebarfyshow responds:

Thanks!

It's an interesting original game, I don't recall seeing anything like it before, or at least anytime recently. For a first (Unity) game, I think it's awesome.

There's a lot of useless unused space on the right (since you only move up and down), you could move the red line slightly to the right. The difficulty also stays the same during your entire playthrough; I'd consider starting slow and gradually increasing the speed (to a fixed max limit). Or gradually moving the red line to the left, if it starts e.g. in the middle.
I was about to say sometimes there's no time to dodge the blocks if there's a lot of them coming in a vertical line, but it's perfectly possible if I speed up using Shift (and I love the added detail of not being able to touch the walls).
It's also generally a good idea not to restart the song when you restart a level (keep playing it with an 'audio manager' which doesn't get destroyed):
https://docs.unity3d.com/ScriptReference/Object.DontDestroyOnLoad.html
Although this background music is pretty monotonous so it isn't as apparent.

This game is all about the high score, too, so you could also consider adding a scoreboard (build-in in Newgrounds), so players can compete with each other. More here: https://www.newgrounds.io/
Medals and scoreboards usually attract more players.

Good luck with your future games!

Raeino responds:

Thank you for your feedback!

To increase the difficulty I've made the blocks to spawn more frequently over time (still with a random pattern), but it seems to be just slightly noticeable. Also I was worried that increasing their speed could make the game too hard, surely I had to experiment more.

Also I didn't know about Newground's scoreboard system, I'll definetly consider using it.

Very well done, it's a great game in many ways, with many cool gameplay mechanics, and I enjoyed playing it.
I feel like it could have a couple more levels, though. Just creatively combining the things you've already learnt. The final level introduced the interesting mechanic of possessing people in a rather simple level, which is great for showing something new but doesn't quite match the expectation you might have for 'final level'.

gmitchell28 responds:

Thanks, yeah I agree that there isn't enough levels especially for this type of game. The first 4 levels are extremely basic and more of a tutorial for mechanics so more levels would be ideal.

I had lots of plans for enemy NPCs and more puzzles but ran out of time before my Uni deadline was due (I spent far too long in Photoshop).

You see… perhaps I'll return to the game later, but for now, I stopped after a while for multiple reasons:
– On the very first screen, the dialogue box is cut off at the right and at the bottom
– plenty of typos signal to me that the story isn't going to be all that great, either
 – spaces before commas, no spaces after periods…
 – too many ellipses (…) and plenty of them consist of only two dots
 – 'I' (as in the protagonist) is often not capitalized
 – randomly capitalized letters in the middle of the sentence
 – 'asnwer' vs 'answer'
– It takes a while until there's some interactivity (a story-driven game is still a game)
 – Having said that, I liked the initial only 'Yes' option to the protagonist's narration
– There are only six people in the room (excluding you). Unless the descriptions are somewhat relevant later on, surely it can't be too hard to name 'Confident/Sweaty' student.

And since after 10 minutes I still couldn't tell where it is headed (is it even an RPG?), and thanks to all the typos and little mistakes my hopes were exactly up, I took a break for now.

fouzi94 responds:

Thanks for letting me know about the screen issue..
Haha , you shouldn't judge a game entirely because of typos..
Typos are mostly because English is my third language , and they will be fixed as i go through the game again ..

I did put real effort and time to the story though , it's probably the game's strongest point

Not bad for a first game.
However, it's a bit too fast and gives you no chance to recover when you make the slightest mistake. I would at least make the purple enemies take like 1 out of 3 hearts, so that you have a chance to complete the level and don't have to choose between crashing into a pillar and being shot.
In countless of tries, I only got past the three pillars once (they're too close to each other), only to be immediately shot by other enemies.
Also, a pro tip – if your first-person character is a plain old capsule with a floating gun, disable the shadows on the mesh renderer, otherwise, everybody will be able to tell.

RywarGames responds:

Thank you for all the tips!

Whoa, easy with all those post-processing effects. Bloom is kinda cool, especially with so many things glowing, but the motion-blur makes it harder to see what you're doing, especially in a game like this which needs you to be laser-focused.

I've had a lot of problems with the rope not appearing when I clicked sometimes (evidenced by a plethora of NullReferenceExceptions in the console), even when I started spamming the mouse button.

I'd say 'holding' Z and X to change the rope gradually instead of repeatedly pressing and changing the rope in large steps would result in more fluent gameplay, but of course, I can't be sure.

You also don't see too far ahead (and there's no a priori warning), so until you memorize the sequence, the majority of revolving saws will probably hit you.

(Also you need to add 38 to vertical resolution in Project Settings if you use the Unity footer.)

Nicely done; I see the improvements from your previous versions, but the sometimes unresponsive controls make it more frustrating than it needs to be.

nulledwine responds:

Thanks for your feedback!

Yep I probably added too much motion blur, I'll tone it down soon.
For the rope not appearing when clicking, I'm gonna look into that. Thanks for telling me.

Dunno why I didn't think about holding Z and X.

Thanks again, I'll be working towards fixing these things.

Age 30, Male

Game designer

Masaryk University

Czechia

Joined on 12/25/12

Level:
39
Exp Points:
16,148 / 16,890
Exp Rank:
1,451
Vote Power:
7.99 votes
Rank:
Sergeant
Global Rank:
1,492
Blams:
691
Saves:
5,242
B/P Bonus:
24%
Whistle:
Bronze
Trophies:
1
Medals:
2,501
Supporter:
5y 7m