Practice Chinese characters
See https://www.chineseinflow.com
Open Main.html - use localhost to avoid cross domain errors
createjs must be linked
To embed in a webpage combine all the js into a single file and upload.
<div id='containerDiv'>
<canvas id='myCanvas' width='800' height='550'></canvas>
</div>
<script src='https://code.createjs.com/createjs-2015.11.26.min.js'></script>
<script src='.../combined.js'></script>
<link href='//fonts.googleapis.com/css?family=Alegreya+Sans:900|Amaranth|Cabin:700|Ubuntu' rel='stylesheet' type='text/css'>
<link rel='stylesheet' href='.../css/gameStyle.css'>
- createjs - The web framework used
- Owen Dwyer
MIT - see LICENSE file