Is it Good or Bad, Should I Continue on My Way ? My first game on Google Play Store

CrillGame (Shape Race) : is the game about you must avoid the dangerous object to collect the coins and other items as much as you can to Upgrade your Appearance.

I have done my first game and It’s took me 2 Weeks to finish and I had just publish it only on Google Play.I am ecstatic about making this game and I have learn so many thing. There’s a mechanism I’m very proud of is the World Generation System include objects and items and enviroments, but is it good or bad ?

Here is link you can try out : https://play.google.com/store/apps/details?id=com.CrilloGame.ShapeRace
Hope you guys play then give me some suggestion to improve my game and I will be very pleased if you guys review my app on Google Play, It’s will help me alots.

Thanks for spend your time on my post. Have a nice day

1 Like

I would change the way you move your cube, it doesn’t look fluid. It won’t take long, just the way you move it via code.

Now In Code I Move The Object Like This :

6960803--819854--upload_2021-3-22_21-18-13.png

6960803--819848--upload_2021-3-22_21-14-45.png

How can I change to make it more smooth ?

6960803--819845--upload_2021-3-22_21-14-29.png
6960803--819848--upload_2021-3-22_21-14-45.png

One way to do it is to implement an acceleration and a top speed, you will reach top speed by increasing the speed by the acceleration variable until you reach top speed.

Another is to simply apply a force to the rigidbody until you reach the top speed.

This way the movement will feel more smooth.

I Get It, Thanks