Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.65 KB

File metadata and controls

35 lines (31 loc) · 1.65 KB

CISC374-BirdTutorial

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

Features Implemented

  • Title Screen – The game starts from a title screen instead of immediately launching.
  • High Score Tracking – The highest score achieved is stored using PlayerPrefs.
  • Screen Shake on Collision – Adds impact feedback when the player crashes.
  • Dynamic Background – The background color changes dynamically.
  • Cloud Animations – Animated clouds for a more immersive environment.
  • Sound Effects & Music – Background music and event-based sounds.

How to Play

  • Press Spacebar to make the bird flap.
  • Avoid hitting the pipes.
  • Earn points by passing through gaps.
  • If you crash, press Retry to restart.

How to Run the Game

  1. Open Unity and load the project.
  2. Press Play in the Unity Editor to start.

Credits