Skip to content

Commit fe45da8

Browse files
authored
Merge pull request #14 from Soneshaps/Soneshaps-patch-1
Create README.md
2 parents 8141257 + fba0163 commit fe45da8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)