game function complete

This commit is contained in:
adrian
2025-12-10 21:40:30 +01:00
parent f8a67c1dfb
commit c58d1141da
5 changed files with 124 additions and 60 deletions

View File

@ -8,6 +8,9 @@
<title>game</title>
</head>
<body>
<div id="imposterState" class="imposterState"></div>
<div id="word" class="word"></div>
<script src="./game.js" ></script>
</body>
</html>