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!