top of page
Search

Frogger clone

  • Writer: Adam House
    Adam House
  • Jan 19, 2023
  • 1 min read

A short minigame project exercise to kickstart for the new year, This time comes a Frogger clone. I usually prefer not to make game clones, but I decided to do a short exercise to warm up my skills for this year since I'm doing more complex projects later this year and then looking for work as a game tester or game designer.


I did not make these assets, they were provided to me by AwesomeTuts.


What I learned

· To move the player character 1 unity without using delta time.

· Getting The player to move to the starting position without using a vector 3 variable while executing it from another script rather than the player controller script.


What I could've done better

· Even though the background "roads" is not mine, It doesn't look pretty and is uneven with the player moving from unit to unit. So I could have made the roads and grass( safe area) follow unit by unit rather than be uneven which would cause the player to be hit by cars more easily.

Overall

· It was a nice warm-up for the beginning of this year.


 
 
 

Bình luận


bottom of page