/PlaneProgramming

Unity game built to let players fly a plane around obstacles.

Primary LanguageC#MIT LicenseMIT

Plane Programming

This repository contains my solution to Challenge 1 in the Unity Junior Programmer Pathway.

Challenge: Design a unity program that enables players to fly a plane around obstacles.

  • Player input (up/down/forward/backward) should navigate the plane (up/down/forward/backward).
  • The plane should move forward at a constant rate
  • The camera should follow along beside the plane as it flies
  • Create a script that spins the plane’s propeller