Snake

A simple snake game build with phaser.js

View the Project on GitHub igormilla/phaserjs-snake-game

A simple snake game. It has only one level, and no win condition, basically the goal is to get as much points as possible.

Use arrow keys to control the snake.


Installation

npm install
bower install
grunt dist

Run

node server.js
open http://localhost:3000/

To do