Library of Fancade games, using HTML.
Released under the Apache License, version 2.
Contributions are welcome in the form of issues and PRs.
I do not recommend that you embed urls starting with tyler887.github.io/fancade-lib
since there may be text poping up on the html. I recommend you embed the play.fancade.com
domain to embed a Fancade game. This example is an embed and lazy-loading version of Drive Mad with the fancade
identifier:
<iframe id="fancade" src="https://play.fancade.com/5F084A0BCE06B710?max_w=2800&max_h=2800" frameborder="0" height="100%" width="100%" title=fancade></iframe>
Copy this into your HTML code, and you should get a play screen for the game.
Here's how:
git clone https://github.com/Tyler887/fancade-lib.git
cd fancade-lib
# Start server, ideally with Project Cowserve