Named after my IRL initials, a game engine I am working on to create Javascript games.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
JS/template.html

6 lines
150 B

<body>
<canvas id="mainScreen" width="800" height="600"></canvas>
</body>
<script src="canvasUtils.js"></script>
<script src="template.js"></script>