Basic JS Game - Part 5
This is the final part of the game
- adapt the handleKeyDown() function so that if the arrow keys are pressed the player changes direction
- make some more monsters
- add a 'teleport' key that moves the player to the centre of the sceen
- 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.