Overview of Week 4 Progress

Changes made to snake:

  • changed font size of snake score
  • highlighted key words in welcome message
  • bolded and changed font of game over message
  • change background color of snake game
  • change color of snake/apple
  • change size of snake/apple block
  • you can also now press on the enter key to start new game

New things learned:

  • learned what parts of code change what- ex: ctx.fillStyle changes colors of food dots and canvas color, activate window events for using keys to start new game, const BLOCK is the size of the blocks for food and snake