Skip to content

ar-rana/MonsterHunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MonsterHunter

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

What I Learned 🙂

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.