A simple maze game hosted on GitHub Pages. Choose a character and navigate through the maze to reach the goal while avoiding hazards.
access app at: https://mjamiv.github.io/Maze/
- Open the game in your browser.
- Select a character (Knight, Thief, or Mage) by clicking on it.
- Use the arrow keys to move your character through the maze.
- Avoid the red hazards and reach the green goal to win.
index.html: The main HTML file.style.css: Styles for the game.script.js: Game logic and rendering.images/: Folder containing character images (char1.png,char2.png,char3.png).
- Clone this repository.
- Ensure the
images/folder contains the character images. - Deploy to GitHub Pages by pushing to the
gh-pagesbranch or setting the main branch as the source in GitHub settings.
Built with HTML, CSS, and JavaScript.