initial commit

This commit is contained in:
schrom01
2022-11-17 09:58:26 +01:00
commit ba20bac6b8
14 changed files with 1432 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<!doctype html>
<script src="code/chapter/16_game.js"></script>
<script src="code/levels.js"></script>
<link rel="stylesheet" href="css/game.css">
<body>
<script>
runGame(GAME_LEVELS, DOMDisplay);
</script>
</body>