Add: space invaders game

This commit is contained in:
2018-05-10 19:09:43 +09:00
parent b524614220
commit ead099fc05
7 changed files with 158 additions and 5 deletions
+11
View File
@@ -14,8 +14,19 @@
<script src="../../game/lib/session_storage_manager.js"></script>
<script src="../../game/global/global_variables.js"></script>
<!-- library source files -->
<script src="../../game/lib/number_util.js"></script>
<script src="../../game/lib/history_record_manager.js"></script>
<script src="../../game/lib/input_type_text.js"></script>
<script src="../../game/lib/round_rect_button.js"></script>
<script src="../../game/lib/back_button.js"></script>
<script src="../../game/lib/fullscreen_button.js"></script>
<script src="../../game/lib/screen_bottom.js"></script>
<!-- Space Invaders : source files -->
<script src="../../game/mouse/space_invaders/define_variables.js"></script>
<script src="../../game/mouse/space_invaders/loading.js"></script>
<script src="../../game/mouse/space_invaders/game.js"></script>
<script src="../../game/mouse/space_invaders/main.js"></script>