Skip to content

p-r-a-v-i-n/snake-game

Notes:

  • Canvas will make the rectangle from the position you give.
  • For example, if you give (0, 0, width=20, height=20), it will start from 0, 0 and draw till 20 in width and 20 in height.

References: