🧙♂️ Browser‑Based Role‑Playing Game
A lightweight, browser-based RPG that lets players explore and interact with a small 2D world—built using pure HTML, CSS, and JavaScript.
🚀 Live Demo
View it live here:
https://hardiksh28.github.io/Role-Playing-Game.github.io/
💡 Features
- Simple 2D tile-based world, navigable via keyboard arrows
- Character movement constrained by walkable area boundaries
- Basic collision detection to prevent passing through walls
- Modular CSS themes for easy styling changes
- Clean, organized layout using semantic HTML structure
🛠️ Tech Stack
- HTML5 – semantic game layout and structure
- CSS3 – styles, tile/grid layout, character theming
- JavaScript – event handling for movement, position/state tracking
- Pure vanilla setup—no frameworks, just core Web APIs for simplicity
🧩 Installation & Usage
No build tools needed—works out of the box:
- Clone the repo
git clone https://github.com/hardiksh28/Role-Playing-Game.github.io.git