javascript-mini-projects icon indicating copy to clipboard operation
javascript-mini-projects copied to clipboard

Added Plane Avoider Game

Open Mars613 opened this issue 4 months ago • 0 comments

✈️ Added Plane Avoider Game

This PR adds a simple browser-based game built with HTML, CSS, and JavaScript.

Features:

  • Player controls a plane using arrow keys
  • Random obstacles fall from the top
  • Collision detection and score tracking
  • Restart button to replay the game

This project is contained inside the planegame/ folder as planegame.html.

Mars613 avatar Sep 03 '25 15:09 Mars613