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
+10
View File
@@ -0,0 +1,10 @@
<!doctype html>
<script src="code/chapter/16_game.js"></script>
<script src="code/levels.js"></script>
<script src="code/chapter/17_canvas.js"></script>
<body>
<script>
runGame(GAME_LEVELS, CanvasDisplay);
</script>
</body>