amansatija / ResponsiveSnake

A simple responsive snake game

Home Page:http://safi1012.github.io/ResponsiveSnake/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple responsive snake game

http://safi1012.github.io/ResponsiveSnake/

License:MIT License


Languages

Language:JavaScript 94.6%Language:CSS 3.5%Language:HTML 1.9%