This repository has been archived on 2023-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
TicTacToe/README.md

12 lines
263 B
Markdown

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