Dariasteam / Cows-Revenge

Casual platform game project for learning purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The bottom of a level should be made more obvious

zayuim opened this issue · comments

When playing the game I find it far too easy to fall off the level. I think a mechanism should be added to show the player when they get close to the bottom. I have 2 ideas.

  1. Have some sort of dark particles emit from the bottom
  2. When a player gets close to the bottom, the camera should move down and show more below the player.

What does everyone think?

Hi! Sorry for the delay, I've been more busy than usual.

Showing the levels limits is something some more people have asked me to change, my original idea was to explicitly not showing them, as some kind of extra difficulty, but its pretty obvious it was a bad idea. I like the concept of the dark particles, but it could kill the performance, I should test it very well. Do you have any reference of other game using a system like this?

Thanks for the feedback!

I've added an option to toggle show theese particles in settings, what do you think?

https://imgur.com/a/zLM8hVs

@Dariasteam Hi thanks for getting back,

Do you have any reference of other game using a system like this?

Minecraft is the first game that comes to mind, When you get to the bottom of the world.

I've added an option to toggle show theese particles in settings, what do you think?

I think it is OK. Another good addition would be to have a dark fade on the background.

@zayuim A dark fade was my first idea but since there is a completely dark level I thought I should use a little movement.