added Maze game

This commit is contained in:
Ward Truyen
2024-08-14 00:43:08 +02:00
parent 60d815f71c
commit b6f9e1e9f8
15 changed files with 756 additions and 1 deletions

View File

@@ -40,6 +40,7 @@
<script src="js/theme.js"></script>
<script src="js/game-pong-context2d.js"></script>
<script src="js/game-tetris-context2d.js"></script>
<script src="js/game-maze-context2d.js"></script>
</body>
</html>