00:00
00:00
Ralix

234 Game Reviews w/ Response

All 462 Reviews

3 reviews are hidden due to your filters.

You know what? It's fine. Very good for a first game. I'm sure I couldn't have pulled off an endless game when I started, so big props for that. You even save/reload the high score between page reloads which is a nice touch.

It still looks a bit placeholder-ish (simple geometrical shapes, solid-coloured) which is probably fine for this game but could be further improved. The menu background is also quite close to the default Unity blue and the sliders in options are as default as they get. Try changing the font and use a different image in your future games, so it is "less recognizable".

And having a Quit button is pointless in a WebGL game, since it does nothing at all. Some developers circumvent this "flaw" by freezing the game or by loading a full-black screen. *Don't* do this either, please – if people want to close a WebGL game, they just close the tab. You can just delete the button or disable it in WebGL only, with something like:
if (Application.platform == RuntimePlatform.WebGLPlayer) gameObject.SetActive(false);

As for the gameplay, I would love to be able to control the ball with the mouse. Arrow keys and WASD are fine, but this game requires precision and "Mouse X" axis would allow you to slow down/speed up as much as you wanted. Or you could simplify your controls by simply making the ball's "x" position equal to mouse's "x" position at all times.

Also, if you had slightly more time before landing (= if the jump arch was higher), you could have more elaborate obstacles. Now all you have time for is avoiding a spike and the best strategy is to limit your movement to a minimum and stay close to the center (at least that's what I found out). You could also add collectables and alternative paths if you want (e.g. a simple path to the left, or a "difficult detour" with a collectable +10 points to the right).
But that's probably making the game more complex than it has to be. I'm just looking for ways to motivate players to press further, as that becomes a problem in endless games once you stop introducing new elements.

As for motivation, did you know Newgrounds has a public scoreboard? Competing with other players for the highest score is much more fun than trying to beat your own high score.
https://bitbucket.org/newgrounds/newgrounds.io-for-unity-c/
http://www.newgrounds.io/help/components/#scoreboard
You can shoot me a PM if you need help setting it up if you decide to use it in this or a future game.

Two bugs I encountered, the latter occasionally froze the game on (re)start.
– Falling pad (missing script):
The referenced script on this Behaviour (Game Object 'falling Pad (2)') is missing!
– Restart bug:
"A script behaviour (probably UnityEngine.Audio.AudioSpatializerMicrosoft?) has a different serialization layout when loading. (Read 32 bytes but expected 36 bytes)
Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?"
Welcome to Newgrounds and good luck with your future projects! :)

JaafarRammal responds:

Thanks a lot for your help, you're very kind.
I will try to fix the bugs

It's alright. The core concept is pretty good, although the main flaw here is that it gets boring after a while (let's say around 20-30 score mark). The problem is, the game doesn't change (i.e. doesn't gradually get harder or more challenging), therefore there's not much of an incentive to play further. You could keep going indefinitely, but eventually, you make a mistake out of sheer boredom.

Consider these ideas/game modes for improvement:
– Speed up: Your speed gradually increases. The crystals now only take 1/3 of the path's width, so you have to make a turn at a precise point in order to collect them. Collecting a crystal resets your speed back to normal.
– Obstacles: Apart from the red "Turn" button, "Jump" and "Crouch" has been added. There are now obstacles which appear sometimes, forcing you to pick the appropriate option (e.g. jump over a gap). The road sometimes also gets wider/narrower.

Either of these (or a mixture of them) would probably help players feel a bit more in control and make the game test your skills, not your patience.

As for minor things:
– You're using the Standard WebGL template which has the footer, which means you need to add 38 to the vertical resolution you set in NG Project System, otherwise the game window is cut off.
– I believe this free texture (if I'm not mistaken and it is "Hand Painted Stone Texture" from Asset Store) also had a normal map included. Please use it or generate one otherwise. It's supposed to be stone, but the reflected light makes it look like it's flat. A normal map would make it appear more three-dimensional.
– 'Press to start' – press what? It's Enter, but it's not written onscreen and I had to figure it out via trial and error. How about pressing the red button to start the game?
– If you walk very close to the edge, the game plays 'fall state animation' even though you're not really falling yet.
– The 'Score' font doesn't match the font of the rest of the game.
– It'd be cool to see some sort of background underneath you instead of the plain orange

Nevertheless, it a good game; I'd try to think about more ways to keep players engaged, though. Good luck with your future projects.

Madhurchugh responds:

Thanks for the ideas.Really appreciated
I'll be releasing updated version soon

A fine, simple project but perhaps too simple to be enjoyable to play. I think you should add all the obstacles in a single scene, not switch between several to maintain the feel of continuous motion. Splitting the game into levels usually means a crash only sends you to the beginning of the current level, which is (unfortunately) not the case here – even a single collision means game over. And perhaps increase the left/right speed and decrease inertia.

Also, the waiting period, before you reach the obstacles, is too long. Even half (third?) of the time is more than enough to acclimatise and the long wait makes every game over more painful. Not to mention being instantly kicked back to the main menu can be pretty annoying.
Finally, the 'Quit' button isn't needed in WebGL and you need to add 38 to the vertical resolution of your game if you're using the footer (alternatively you can build the game with 'Minimal' template).

This can be created in Unity in approximately an hour. It works, but I don't think there will be many people 'impressed' by the gameplay.

MoonZoneStudios responds:

Thanks this is super helpful

For a first game, pretty good! It's a simple, but well-made project. I like the fact that the background changes colour every now and then and the little shake whenever you kill an enemy which makes it more enjoyable.

Although it's a bit pity the gameplay doesn't change much. The enemies get faster and appear more often – great!, but there's no new gameplay element introduced as the game progresses. Another weapon, temporary power-up, new kinds of enemies, a boss – you name it.
Anything which would make me believe game at score 2000 would play differently than a game at score 1000 or 500.

As for the details:
– I think the animated title in menu scene looks a bit wrong (jaggy movement with a sudden skip at the end, plus the outer glow is cut off at sides
– Since you have a fullscreen switch in the options, you don't really need the footer (which is cut off in half because in the Project System, you need to add 38 to the vertical resolution of your game). In Unity, you can build the game with a Minimal template to get rid of it.
– "Quit" is pointless in a WebGL game since all it does is freezing the game (it can't close your browser or anything)
– The black background (1000+ score) makes it hard to see the crosshair

But I'll repeat – for a first game, this is actually quite good. Welcome to Newgrounds!

ShayaanAmir responds:

Thanks! I'm working on an update which will fix all these issues. I'm also adding more enemies. Appreciate the feedback!

Wow. The game is amazing. I have nothing negative to say about it.
There are loads and loads of game mechanics which get gradually introduced, the difficulty slowly increases (easy in the beginning, pretty hard in the later levels), I absolutely adore the art style, and since it's a bit dark, the colours nicely stand out. There are also collectables which reward those who take risks, controller support etc. I even accidentally noticed you can change the colour of the main character! Cool! The level design is superb, too.
It would take *long* to list everything I enjoyed about the game.

I didn't finish it, though, because despite reaching multiple checkpoints, the continue button didn't work after Game Over. If that's what is supposed to happen, then what is the point of the flags anyway? Only to load the game if you quit mid-way through?
This is perhaps my only true complaint.

As for the minor stuff:
– The keyboard is set up for the French layout – ZQSD, correct? I'd perhaps add an option to switch to the much more common WASD. Luckily, you can use arrow keys, too.
– Level names look like they've been pulled straight out of the game files ("wood_11", "night_4" etc.). Does the underscore make it look better? I'd say it'd be better without it, but that's up to you.
– Sometimes the art style is inconsistent, as in some objects' pixels are larger than others. The breakable platform seems slightly out of place to me (in comparison with the rest of the environment)
– The game over screen shows the base blue colour, not your actual one (e.g. if you change your colour to red, the game over screen probably ought to reflect that and show a red face)
– You could also try adding medals to make the game even more popular:
http://www.newgrounds.io/get-started/

Once more – great job! Well done and welcome to Newgrounds.

Andostress responds:

thank you so much^^

I think it's great. Somewhat challenging (but not too hard) puzzles, the gameplay which evolves as the game progresses, just as the difficulty – with an interesting art style which matches the current mood and a neat little story, too. Reminds me of "The Company of Myself".

As for improvements, I think it could be made more powerful by changing the background music at certain points (it plays the same cheerful loop both during the "warm, we're together" levels and the "cold, pushing back" levels). And when the story finishes, "And she forgave me." with an instant cut to menu feels a bit flat (because it doesn't top anything which came before, it merely returns the story to the state it was a few levels ago).
The movement can be a bit confusing, too. The characters move continuously, but you're expected to tap the key only once (holding doesn't work) which is counter-intuitive. I think moving on a grid, as you did, is the better option, but in my opinion, it would work better if the characters instantly snapped to their new position instead of slowly walking there.

Also, when choosing the vertical resolution in Project System, you need to add the height of the footer, too (unless you pick the "Minimal" WebGL Template in Unity), otherwise your game window is going to be cut off at the top and at the bottom.

But other than that, well done!

kypello responds:

Thanks for your review! The background music does change actually, bongos are added for the autumn levels, and the music becomes snowy in the snowy levels. Other than that glad you liked it
Edit: I see what you mean about the actual tune being the same cheerful melody the whole time

Now we're talking. I liked this game much better than your previous one. It's certainly more enjoyable to play. Again, I appreciate you took the time to add more things on top, such as the shop with power-ups and the unlockable characters (it'd be cool if each of them had something different in terms of gameplay, e.g. an ability – like a magnet for coins, temporary shield etc.).

There's a slight issue with the camera, though. Presumably, it's a child of the player, so when the player skips a bit forward, the camera does too. This unexpected "skip" can be confusing and cause you to run into a spike. It'd take some fiddling with its (or the player's) position, but I'd try to make the camera move at a constant speed.
As for the coins, it's a pity that there's no "collecting" sound as that's the major thing you do in the game. And since you keep track of the gold you own even between different playthroughs, I'd display the whole sum of coins you own in-game instead of only your current attempt.
It might make the game seem more "sci-fi" and consistent to remove the blood from the spike (In-universe, how big of a chance is it that somebody got killed on every single spike you encounter?). Speaking of graphics, there are sometimes gaps of various sizes in between the blocks you run on (their positions aren't precise) and the "play" and "home" buttons on the game over popup are too blurry (probably resized too much).
The pause button and the bottom bar being cut in half is probably caused by choosing a wrong vertical resolution in Project System (it's the resolution of your game + the size of the footer, unless you choose the Minimal WebGL template).

TheOilyGooseStudio responds:

Hey Rallyx ,

I'm working on an update based on your feed back, I saw your comment on the other game too. I really appreciate the time you've taken to write these responses :) . On the other game though I think I won't act on the feedback just yet because I was looking at the code for that game and it's a mess that will take time. Again thank you :)!

If this is your first game, then I'm honestly looking forward to what you create in the future.
You should remove the disclaimer and definitely, *definitely* change the thumbnail image.
From those, I was expecting a crappy quickly cobbled-together game that I'd be done with in thirty seconds – and instead, you created a short but fully featured game with a couple of diverse quests, multiple characters and dialogues – essentially bug-free as well.

Here's a couple of tips, although I'm not aware of what RPG Maker allows you to do:
– I wouldn't force the fullscreen as you start the game. Let players choose whether they want it. Also, on the web, it's not exactly "windowed" mode.
– Does the game need to be letterboxed? Why doesn't it take the whole screen? Even in fullscreen, the actual game doesn't change size, only the black frame around it.
– I'd add some kind of interaction with the cat before you know you have to retrieve it. It's probably the first character most players will talk to, and it doesn't "say" anything. Even "Looks like a stray cat." would be better than no interaction at all.
– Since you never fight, do you need the combat abilities? Does RPG Maker allow you to disable them? You shouldn't include visible features if you're never going to use them.
Similarly, I'd remove the path at the bottom of the map, since you can't go there.
– At the "Outside farm", you can only leave through one of the four squares at the left, although there's nothing indicating why the others cannot be used.
– I'd add more than two conversation options to some people, so it doesn't boil down to "pick the top option to continue the game".
– Does RPG Maker have some sort of quest log? You can somehow keep track of what you're doing now because the game is short; however, if you expanded the game, players might become lost in what they have done and still have to do.

The disclaimer somehow makes it seem like you're embarrassed by this game. Please don't be. Most people's first game is objectively bad – however, this one might be short, but it is *good*.
Good luck with your future projects.

bigboimeeb responds:

Thank you so much for the feedback, I'm already working on improving everything I can from what you said

and, i'll change the thumbnail... :)

Hm… to be honest, I'm not all too fond of this type of a game. It's pretty fast and it's easy to make a mistake which undoes all your progress; so you essentially repeat the level until you know it inside out and get lucky. Or get frustrated and quit.
You *did* put some effort in as evidenced by the different game mechanics (lava, bouncy platforms) which are a nice addition, although it's dragged down by the fact that it's not very consistent (e.g. many blocks have essentially random size and rotation) and by not including any sound effects (which you seem to be aware of).
I love your description, though! Good luck with your future projects.

PandaUnwise responds:

Thank you! I appreciate the feedback!

Age 31, Male

Game designer

Masaryk University

Czechia

Joined on 12/25/12

Level:
41
Exp Points:
17,926 / 18,660
Exp Rank:
1,291
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