Direct the Plane

Game Format

  • Genre: Endless
  • Published: 19 November 2025
  • Perspective: 3D - Third Person Plane View
  • Type: Single Player
  • Session Length: Short (quick replayable runs)
  • Platform: PC / Web / Mobile

Technical Details

Unity 3D C#

Game Mechanics

  • Movement: Plane moves forward (along z axis) continuously
  • Direction(Player Control): Player direct the plane in vertical and horizontal
  • Boost(Player Choice): Temporary boost increases movement speed
  • Pathways: Generated every fixed distance along the z axis with slight rotation
  • Obstacles: Explosive obstacles spawn at random intervals and move toward the plane once
  • Collision detection system for obstacles and pathways
  • Freeway Mode: No obstacles for focused practice and skill building

Dynamics

  • Increasing speed raises tension and demands greater focus
  • Planned-Decision making during obstacle encounters
  • Risk vs reward in boost usage
  • Precision and reaction based flying through pathways

Core Loop

Plane moves forward -> Direct through pathways -> Avoid Explosions -> Boost when required -> Gain score -> Speed increases

Goal: Survive as long as possible

Obstacles: Explosives spawn randomly, move toward the plane, and cause an explosion on collision

Rule: Failing to pass through a pathway or colliding with obstacles results in an explosion

Feedback

  • Score increases when passing through pathway
  • Audio feedback for passing, slow motion, and boosting
  • Visual and audio feedback when explosion occurs
  • Continuous flight sound for the plane

Game Design Principles

  • Simplicity: Easy to understand, learn, and play
  • Progressive Difficulty: Plane speed increases gradually
  • Skill-Based GameplayPlayer control is the primary factor, with randomized obstacle spawning adding variation
  • Risk vs Reward: Player can choose to use boost for sudden speed up
  • Replayability: Endless + high score chasing

Future Improvements

  • More environments and weather systems
  • Additional plane types
  • Levels
  • Multiplayer Support

Links