Snake game implemented in Angular 5
[![build-url][build-url-svg]][build-url] [![Dependencies][dependencies]][dependencies-url] [![Dev Dependencies][dev-dependencies]][dev-dependencies-url]
ngx-Snake is simple Snake arcade game implemented in Angular 5 (latest 5.0.0)
UP, DOWN, LEFT, RIGHT - to control snake
Note: Require Node 4+ together with Npm 3+, also be sure to install Angular-CLI (latest 1.5.0)
$ npm install -g @angular/cli@latestClone this repo in your favourite shell:
$ git clone https://github.com/jackottawa/SnakeGame-Angular5.gitInstall the npm packages described in the package.json:
$ npm installTranspile typescript into javascript, host the app and monitor the changes:
$ ng serveVisit http://localhost:4200 and play!
Save Best Score- Multiple modes (in progress)
ClassicNo WallsObstacles- Multiple Fruits
- Update UI
Make it responsive- Introduce controls for mobile devices
- Write tests
- ...
