Pretty good. I got 38
My itch.io page To support me
Pretty good. I got 38
Cool game, reminds me of this one:
ttps://www.newgrounds.com/portal/view/308040?random
Pretty cool; the movement feels nice since you float for a second after pressing WASD.
Allot of games give you fake movement where you hold down the key and it feels like you are dragging your character, this is more interesting.
Nice core concept. Obviously this is just a prototype but I'd recommend adding some sort of background that indicates there is no diagonal movement. Since the background does not indicate any kind of tiles or anything along those lines it feels a bit weird that diagonal movement is not allowed.
I'd also recommend adding some sort of feedback to picking up the good guys, watch the talk "The art of screenshake" on youtube it's a thing of beauty and gives you many ideas on how you can improve the feeling of your game.
Thanks for the feed back
It's fine, but since it's an endless game, it starts feeling repetitive eventually. For me, that mark was around ~35 when I felt I'm seeing similar patterns.
Of course, it's perfectly possible to lose, but I think I could keep going for a good while if I played it safe and stayed near the centre.
From a game design perspective, endless games have to have 1) good replay value (tick), and 2) evolve over time – which I don't think this game does. And without new elements being introduced, it's a matter of time before you lose out of boredom (instead of lack of skills).
A couple of ideas:
– Over time, slowly speed up the red block, or add more of them. This is the simplest way to add increasing difficulty to the game, but it does put some upper cap on the score if you don't stop increasing since there comes a point when it isn't humanely possible to continue anymore.
It also doesn't really add anything new to the game, it just makes more challenging, but shorter.
– Add a "challenging dodge" every, let's say, 20 points; stopping all blocks from spawning for a while and spawning a scripted red block pattern – e.g. waves, or concentric circles with gaps…
Make a couple of those, at least to cover 0–200 points.
– Add a slow-moving "gold block" every once in a while which you have to pick up, otherwise you lose.
And by the way, you can have an actual scoreboard. Newgrounds has a built-in scoreboard system you can use. See API Tools in the Project System, and this:
https://bitbucket.org/newgrounds/newgrounds.io-for-unity-c/src/default/
Thanks for the tips (especially for the score board) , I will work on it more