- Instructions on how to play/interact with the project.
- The game is simple
- Use the arrow keys to go North, South, East and West
- Dodge incoming projectiles by moving out of their way
- Block incoming projectiles if you cannot escape their path by facing your shield onto the projectiles direction
- The longer you survive, the better your score
- This game is built with vanilla Javascript
- JS handles the game logic as well as what is to be rendered utilizing canvas elements
- CSS is used to handle aesthetics of the html page as well as proper positioning
- Event listeners are used to pick up on user input, which moves the player around the grid
- tbd
- tbd