From a7faffa8a733d83686198b360f35c37b5a44cced Mon Sep 17 00:00:00 2001 From: landgreen Date: Tue, 28 Apr 2020 19:14:07 -0700 Subject: [PATCH] spider boss large mods shrink on death instead of disappearing new boss mob: spiderBoss mod - Bayesian interference -> determinism spawn 4 mods and 2 heals, future power ups are limited to one choice mod - Leveraged investments -> Bayesian interference 33% chance for double power ups to drop, remove all future ammo power ups (serious progress on my level construction tools, but it's not ready yet) --- index.html | 1 + js/bullets.js | 62 ++++---- js/game.js | 380 +++++++++++++++++++++---------------------------- js/index.js | 34 +---- js/level.js | 37 +++-- js/mobs.js | 21 ++- js/player.js | 17 ++- js/powerups.js | 56 ++++---- js/spawn.js | 83 ++++++++++- style.css | 19 +++ todo.txt | 20 ++- 11 files changed, 390 insertions(+), 340 deletions(-) diff --git a/index.html b/index.html index b42ad24..068378d 100644 --- a/index.html +++ b/index.html @@ -40,6 +40,7 @@
+