Add new file

This commit is contained in:
Florian Bouillon 2016-09-05 22:23:13 +00:00
commit 4d52419ff3

11
README.md Normal file
View File

@ -0,0 +1,11 @@
Summon the code simply via : <body id="TicTacToe" onload="TicTacToe.Generate('TicTacToe')"></body>
Cleaner this is it
<span id="YourId"></span>
<script type="text\javascript" src="location/to/script.js">
TicTacToe.Generate("YourId");
</script>