Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 559 Bytes

File metadata and controls

15 lines (12 loc) · 559 Bytes

Monkey Lander

A vanilla JavaScript clone of the classic Monkey Lander game.
Play it here: Monkey Lander Game

Features

  • Polygon collision detection for irregular sprites like trees and hills
  • Realistic spaceship gliding using physics-based logic
  • Custom sprites created by tracing the original game art with Adobe Illustrator

Technologies Used

  • Vanilla JavaScript
  • HTML5 Canvas
  • Adobe Illustrator (for sprite tracing and asset creation)
  • Custom physics and collision algorithms