Skip to content

sinamhdn/unity-flappybird-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappybird Clone

Flappy Bird clone demo project using unity engine and with custom 2d assets

screenshot

Unity Version

2022.3.2f1 LTS

Concepts

  • Adding script to an empty Game Object for general logic of the game
  • SpriteRendrer component
  • BoxCollider2D component to detect collisions between GameObjects
  • EventSystem, UI GameObject to inform and trigger UI changes
  • Creating UI using Canvas GameObject
  • Spawning GameObject programmatically from script
  • Finding GameObject inside script using Tags
  • Using Collision Layers to differentiate between collisions
  • Using RidgidBody component on GameObjects to add physics effect to it
  • Setting GameObject name from script
  • How to use keyboard inputs
  • Loading Scenes from script
  • Destroying GameObject from script

Important Notes

NOTE: REMEMBER TO OPEN "DefaultScene.unity"

About

Flappy Bird clone demo project using unity engine and with custom 2d assets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages