Skip to content

ZhihuaSun1/CISC374-BirdTutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CISC374-BirdTutorial

This is a tutorial project used to overview Unity3D in CISC374. The music I use is duang and ding from https://opengameart.org/content/metal-hit and https://opengameart.org/content/point-bell I want to add 7 function

  1. Background cloud I'm generating six clouds and decreasing and then increasing them by one per second to distract the player. To make their gameplay difficult.

  2. Bird Wings Animation Create a bird wing flapping animation to increase the dynamic performance of the bird.

  3. Smooth Background Scrolling Add a multi-layer background, each layer scrolls at a different speed to create depth of field and three-dimensional feeling.

  4. Moving Pipes In addition to the fixed position of some pipes, they can also move slowly left and right to increase the challenge of the player.

  5. Score Combo System When the player passes through the pipeline continuously, the player will be rewarded with a combo or score bonus to enhance the challenge of the game.

  6. Energy Props Add random props, such as short invincibility, acceleration or score doubling, to increase the game strategy.

  7. Bird Death Effect When the bird hits the pipe or flies out of the screen, it will play an exploding or scattering particle effect to enhance the feedback of the game.

About

This is a tutorial project used to overview Unity3D in CISC374.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 63.8%
  • ShaderLab 30.0%
  • HLSL 6.2%