Rainbow Snake



Controls:


Use the arrow keys to change the direction your snake is going. Also your snake can go through the walls and bock back around the other side.


About this implementation

This remake of the classic snake game is written in JavaScript and draws to the HTML5 Canvas. Internally it uses state full view components to create the layouts and animations.


Other JavaScript Projects