Implement base of tic tac toe game

This commit is contained in:
2024-09-08 11:43:20 +02:00
parent ad265f4011
commit 5ccbdb3194
3 changed files with 59 additions and 5 deletions
+3 -1
View File
@@ -3,6 +3,8 @@
<head>
<title>Hello websockets</title>
</head>
<body></body>
<body>
<canvas id="game" width=800 height=600></canvas>
</body>
<script type="module" src="client.mjs"></script>
</html>