- Develop on Unity Version:
2021.3.18f1 (lts)
- Online Link Game at itch.io
- Have limits of the frog in the game border (can't move out of screen).
- Have end screen that show results of the game (Win or Lose).
- The cars theme (car type) is choosem randomly (between 6 cars).
- For each instance of a car, if it goes out of the screen the car game object instance is destroyed.
- There is a
Logic Manager
script that controlling the general game functions as:RestartGame
,GameOver
,WinGame
andSetEndScreenTitle
. - If the frog run over by a car it's change is sprite object to a brown puddle and cannot move anymore (because the game is over), also if the frog win the game the player cannot move the frog anymore.
- The player can control the for moving in all directions:
up
,down
,ledf
andright
. - There is a transparent tree that separate from the background:
- All the of the game illustrations (background images, player and cars) are taken from the internet (free) and edited in
Adobe Illustrator
software.