Bag Of Cows

Basic JS Game - Part 5

This is the final part of the game

  1. adapt the handleKeyDown() function so that if the arrow keys are pressed the player changes direction
  2. make some more monsters
  3. add a 'teleport' key that moves the player to the centre of the sceen
  4. adjust the speeds and sizes to make the game fair. You could also make the canvas bigger

At this stage the project looks like this.