User prompt
make arrow key controls so the hero can move around
User prompt
can we make it so that fireball one shots the enemy and the bullets still take 3 shots to destroy an enemy
User prompt
let's make some more attacks lets make a new projectile fireball as space
User prompt
make the monsters stop moving for 0.5 seconds when they are hit by a bullet
User prompt
Fix Bug: 'ReferenceError: angle is not defined' in or related to this line: 'self.x -= knockBackDistance * Math.cos(angle);' Line Number: 47
User prompt
make the monsters move back a small amount after being hit by a bullet
User prompt
can you add a small knockback mechanic to the bullets
User prompt
can you make it so I have to hit the monsters 3 times to destroy them
User prompt
Fix Bug: 'Uncaught TypeError: window.addEventListener is not a function' in or related to this line: 'window.addEventListener('keydown', function (event) {' Line Number: 113
User prompt
make arow key movment controls
User prompt
Fix Bug: 'ReferenceError: walls is not defined' in or related to this line: 'walls.forEach(function (wall) {' Line Number: 57
User prompt
remove the walls
User prompt
make some walls that the monsters cant get through
User prompt
add this in }