Projects

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@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

Contributing

While I appriciate any input and I know many developers could write cleaner and better code, I’m shelving this for a bit. If you wish to fork it and do your own thing, I’m 100% supportive and would love to see how you have improved the demo!

Twitter

Feel free to message me on Twitter if you have any questions.
Twitter

License

MIT

Enjoy!

—————————————————————————————————————————–

Falling Clyde

Falling Clyde

Falling Clyde is a game I developed in 2014 and has gone through massive changes.

I’m currently happy with its current build and I’m sharing my source code with those interested
in how the game works or if someone wants to use the code to build their own game.

The game is built off an HTML5 Game Engine called ImpactJS. Back in 2014, the engine cost $99 dollars and I didn’t want to include it in my git repo. The engine has become open source along with examples. That’s why I have now included it, so anyone can download my game and in just a few steps have it up and running to play with.

If you are interested in learning more about ImpactJS, Jesse Freeman wrote a great book called
HTML5 Games with ImpactJS.

If you wish to download ImpactJS and the Level Editor Weltmeister and the demo examples, visit
Imapact JS.

Just want to play the game?!

Here is the link to play the game on Itch.io. Only plays on Modern Desktop Browsers. Falling Clyde

Installation and Running

(You need a web server to run the game)

git clone https://github.com/JarrodRizor/FallingClyde.git

cd FallingClyde

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

Enjoy!

Message me if you have any questions.
JarrodR87