split up game code using new es5 syntax or whatever

This commit is contained in:
biglyderv 2024-11-25 14:14:20 -05:00
parent b237b857c7
commit 506e6be65d
5 changed files with 93 additions and 82 deletions

View file

@ -21,6 +21,7 @@
</div>
</section>
<script src='js/player.js'></script>
<script src='js/game_basic.js'></script>
<script src='js/index.js'></script>
</body>