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.
2018-01-22 13:13:14 +00:00

<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>
Description
TicTacToe Game (New Version at games.avior.me)
https://files.avior.me/projects/tictactoe Readme 43 KiB
Languages
JavaScript 80.9%
CSS 19.1%