Legend of Zelda Dungeon Tech Demo

This is a simple Tech Demo of the first dungeon in the Legend of Zelda.
I wanted to try and re-create as much as I could using ImpactJS TwoPointFive Plugin.
The game is available to play on itch.io.

Movement

AWSD to move left, up, down and right.
Mouse to look left and right.

Installation

Either clone repository or download zip from GitHub. The ImpactJS Engine is open source.
ImpactJS
TwoPointfive

git clone https://github.com/JarrodRizor/Zelda-2.5d-Tech-Demo.git

cd Zelda-2.5d-Tech-Demo (You can use either PHP or Python to run the web server)

PHP
php -S localhost:8888

Python
python3 -m http.server 8888

open browser and naviagte to http://localhost:8888

License

MIT