Play snake in your browser using HTML 5 and Javascript.
++ This experiment has been created to test out React, Redux and Styled Components and see if it is possible to + create a simple web based game like snake. The source code for this game is open source and free to download and + change. +
++ A couple of noticable features in this game are resumable game play using local storage. The page can be reloaded + or reopened any time and the game should continue from where it was left. +
+
+ You control the snake using the arrow keys or the hjkl keys. Everytime the snake eats an apple the
+ tail of the snake grows longer. When the snake touches his own body the game is over.
+
+ Other keys to control the game are r to (re)start the game. The s key to stop the game
+ and p to pause the game.
+
Snake has been developed with the folowing technologies.
+The source code is hosted on Crafity's git repositories at the following location:
++ Crafity Snake +
+After donwloading the source code run the following commands:
+
+ npm install
+
+ npm run dev
+
Press 'r' to start the game
++ Press 'r' to start the game +