A Arcade Game made on HTML canvas using DOM maipulation. You can enjoy this locally by cloning this repo and simply visiting index.html on your browser.
Try it Yourself on: MonsterHunter
Recording.2024-10-10.201406.mp4
I learned HTML Canvas and how to impliment motion in HTML canvas. I learned to play animations, draw images, rendering objects dynamically, and move objects based on users input. I created this arcade game by implimenting all these functionalities and by using OOPs concepts.