1
0
mirror of https://github.com/thib8956/tic-tac-toe-ws.git synced 2025-07-01 14:25:47 +00:00

Implement base of tic tac toe game

This commit is contained in:
2024-09-03 14:07:13 +02:00
parent ad265f4011
commit 5ccbdb3194
3 changed files with 59 additions and 5 deletions

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>