/easel-js-snake

Snake Game and other drawing methods with easel js

Primary LanguageJavaScript

Snake

Basic HTML5 Canvas drawing methods, including stylus using cursor and snake-game input using arrow keys.
Made with easel.js

Features

  • Draw using cursor
  • Snake: Always moves, conrolled with arrow keys
    • Snake always moves
    • Control direction with arrow keys
    • Limit bounds to window
    • Reset upon collision