This project is an astroids like clone that I built, to exercize my Javascript, HTML, and CSS skill. The project in particular called for the usage of HTML5-Canvas, which had a learning curve, and was very much rewarding. The game engine is all custom built, using the aforementioned vanilla tech-stack.
Live: Astroids-Like-Clone
- Collision detections between enemies, bullets, planets and rocket.
- Radar, to display map that is off-screen.
- Planet eye tracking, following the rocket.
- Basic game components: Lives, Score, Level.
- add more levels
- integrate sound without sound duplication on game reload
