Created: 02/02/2018
By: Andrey Krepyshev
Email: krep83@gmail.com
Thank you for purchasing Mildly Infuriated Bird. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!
The file structure itself is very easy. The "assets" folder holds all the graphics and souds. The "js" folder contains all the code that runs this game. And the "index.html" file is the starting point of the game.
Create a folder on your site's hosting and copy all the game files there. For example you have created a folder named Game in your site's root folder. Now you can start the game by going to http://yoursite.com/Game
It is very easy to embed this game to an existing page.
<cript type="text/javascript" src="js/phaser.min.js"></script>
<script src="js/loader.js"></script>
var game = new Phaser.Game(gameWidth, gameHeight, Phaser.CANVAS);to this
var game = new Phaser.Game(gameWidth, gameHeight, Phaser.CANVAS, 'your-element-id');where 'your-element-id' is the id of the element you want to embed the game into.
Once again, thank you so much for purchasing this game. As I said at the beginning, I'd be glad to help you if you have any questions relating to this game. No guarantees, but I'll do my best to assist.
Andrey Krepyshev