Entertainment

ngx-snake

ngx-snake by SamirHodzic

That’s the Snake arcade game that we’re familiar written all in Angular. It fully supported Angular 7 and has been distributed under MIT license.

Project website https://github.com/SamirHodzic/ngx-snake

Documentation Docs / Github

License MIT

Demo 

  1. On-site game https://samirhodzic.github.io/ngx-snake/

Dependencies

“@angular/common”: “^7.0.0”,
“@angular/compiler”: “^7.0.0”,
“@angular/core”: “^7.0.0”,
“@angular/platform-browser”: “^7.0.0”,
“@angular/platform-browser-dynamic”: “^7.0.0”,
“core-js”: “^2.5.1”,
“tslib”: “^1.9.0”,
“zone.js”: “~0.8.26”

NPM

not available

Features

  • 3 game modes: no-wall, walls, obstacles
  • score counting
  • best score counting
  • multiple fruits (planned)
  • supports Angular 7

You may also like...