marceltn / ngx-snake

Snake arcade game implemented in Angular 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ngx-Snake

ngx-Snake is simple Snake arcade game implemented in Angular 2 (latest 2.4.5)

Demo (Updated: 25/01/2017)

https://samirhodzic.github.io/ngx-snake/

Controls

UP, DOWN, LEFT, RIGHT - to control snake

Setup

Note: Require Node 4+ together with Npm 3+, also be sure to install Angular-CLI

$ npm install -g angular-cli

Clone this repo in your favourite shell:

$ git clone https://github.com/SamirHodzic/ngx-snake.git

Install the npm packages described in the package.json:

$ npm install

Transpile typescript into javascript, host the app and monitor the changes:

$ ng serve

Visit http://localhost:4200 and play!

TODO

  • Save Best Score
  • Multiple modes with obstacles
  • Update UI
  • ...

About

Snake arcade game implemented in Angular 2

License:MIT License


Languages

Language:TypeScript 71.7%Language:HTML 14.3%Language:CSS 14.0%