Skip to content

owendwyer/chineseinflow-javascript

Repository files navigation

Chinese in Flow

Practice Chinese characters

See https://www.chineseinflow.com

Getting Started

Open Main.html - use localhost to avoid cross domain errors

Prerequisites

createjs must be linked

Installing

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

Built With

Authors

  • Owen Dwyer

License

MIT - see LICENSE file

About

Practice Chinese characters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published