Source commit

This commit is contained in:
Tony Bark 2025-05-22 12:30:14 -04:00
parent 7413721697
commit 3eff3fec65
12 changed files with 194 additions and 2 deletions

13
public/index.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Tutorial Game</title>
<script type='text/javascript' src='tutorial.js'></script>
</head>
<body>
<div id="load" >Loading...</div>
<canvas id="viewport"></canvas>
</body>
</html>