Skip to content

Commit

Permalink
add self-explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
bpcreech authored Feb 4, 2024
1 parent 3eb7eab commit db525ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@
</div>
</div>

<br/>
<br/>
<br/>
<br/>

<p>TypeScript Asteroids by Ben Creech (<a href="https://github.com/bpcreech/typescript-asteroids">source</a>)</p>

<p>based Doug McInnes's original <a href="http://dougmcinnes.com/2010/05/12/html-5-asteroids/">JavaScript-based HTML5 Asteroids</a> (<a href="https://github.com/dmcinnes/HTML5-Asteroids">source</a>).</p>

<script type="module" src="/src/main.ts"></script>
</body>
</html>

0 comments on commit db525ef

Please sign in to comment.