This is my first game which I completed fully and very proud I have tons of projects in my library and will surely finish it in future. This game is a copied version of Flappy Bird but for the first game it is practice for me so I hope you will like and give me suggestion. 

Comments

Log in with itch.io to leave a comment.

If this is your first game then it's pretty impressive. I remember I struggled a lot when I made my first Unity game. The audio and the sound effects are pretty good. Just 3 things:

  • If this is a game where you play with only the space bar, it is pretty annoying to press buttons to restart with the mouse. I suggest maybe pressing R to restart or something.
  • The UI aren't really in the correct position. You can use the square next in the Rect Transform component to set where do you want your element anchor to which part of the canvas. You can also set the Canvas Scaler to Scale with Screen Size and Match 0.5
  • You can add a highscore to increase people to replay it.

Anyway keep up the effort :D

Thank you for giving your time and reviewing my game. I have done everything you have said expect highscore I will surely do that in coming day.