ngx-Snake is simple Snake arcade game implemented in Angular 2 (latest 2.4.8)
https://samirhodzic.github.io/ngx-snake/
UP, DOWN, LEFT, RIGHT - to control snake
Note: Require Node 4+ together with Npm 3+, also be sure to install Angular-CLI (latest 1.0.0-rc.0)
$ npm install -g @angular/cli@latest
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!
Save Best Score- Multiple modes (in progress)
ClassicNo Walls- Obstacles
- Multiple Fruits
- Update UI
- Make it responsive
- Write tests
- ...