We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8141257 commit fba0163Copy full SHA for fba0163
README.md
@@ -0,0 +1,15 @@
1
+# Monkey Lander
2
+
3
+A vanilla JavaScript clone of the classic Monkey Lander game.
4
+Play it here: [Monkey Lander Game](https://soneshaps.github.io/monkey-lander/)
5
6
+### Features
7
+- Polygon collision detection for irregular sprites like trees and hills
8
+- Realistic spaceship gliding using physics-based logic
9
+- Custom sprites created by tracing the original game art with Adobe Illustrator
10
11
+### Technologies Used
12
+- Vanilla JavaScript
13
+- HTML5 Canvas
14
+- Adobe Illustrator (for sprite tracing and asset creation)
15
+- Custom physics and collision algorithms
0 commit comments