Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 450 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 450 Bytes

Snake-xenzia

Snake game implemented using Html Css and JS

Things to learn

  • Basic JS Game rendering techniques
  • Basic Html,Css

Things to add

  • Complete the game
  • difficulty levels not working
  • game not over on collision on wall
  • snake starts from 0 0 after collision from wall
  • sounds not working
  • change direction of keys from r, l, d, u to arrow keys
  • add custom message on game over