/ResponsiveSnake

A simple responsive snake game

Primary LanguageJavaScriptMIT LicenseMIT

ResponsiveSnake

ResponsiveSnake is a simple snake game for the web. It was designed to be as simple and minimalistic as possible. You can play this game on every device with a web browser installed. This game support keyboard and touch-gestures.

snakeGame

Demo

To play this game, just open this webpage:

Have fun!

Setup

The following list contains all steps you need to execute this project localy.

  1. Install Node: https://nodejs.org/en/
  2. Install Grunt: http://gruntjs.com/getting-started
  3. Navigate to the project directory and install all dependencies: npm install
  4. Serve the files to your browser and start playing: grunt serve