Experimental version of the classic Snake game.

The purpose is to experiment with doing games in Rust, exporting to HTML5 and maybe implementing bots that minimize the paths taken in the game.

Controls:
- In a computer: arrows to move up, down, left or right. A or D to turn left or right. R to restart the game.
- In a phone: touch anywhere in the left half of the screen to turn left, same for the right.


Source: https://bitbucket.org/jmmut/intrasnakes/