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

373 B

TicTacToe

<html>
    <head>
		<link rel="stylesheet" type="text/css" href="css/TicTacToe.css">
    </head>
    <body>
        <span id="YourId"></span>
    </body>
	<!-- External Script To Load-->
	<script type="text/javascript" src="Script/TicTacToe.js"></script>
    <script>
        //To Load
        TicTacToe.Generate("YourId",0,0);
    </script>
</html>