A vanilla JavaScript clone of the classic Monkey Lander game.
Play it here: Monkey Lander Game
- 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
- Vanilla JavaScript
- HTML5 Canvas
- Adobe Illustrator (for sprite tracing and asset creation)
- Custom physics and collision algorithms