This is my version of classic snake game, that you may remember from the old Nokia phones, this game is built on top of phase.js and electron these are two really great technologies and I recently started playing with them.
You will need node.js, npm, and electron, therefore firsr install node.js (> 4.0) and npm, then run the following commands.
npm install && npm start
And you are good to go.