All Projects → SamirHodzic → Ngx Snake

SamirHodzic / Ngx Snake

Licence: mit
Snake arcade game implemented in Angular 7

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Ngx Snake

Angular Interview Questions
A list of helpful Angular interview questions you can use to interview potential candidates, test yourself or completely ignore.
Stars: ✭ 967 (+1037.65%)
Mutual labels:  angular-cli
Burrowui
This is a NodeJS/Angular 2 frontend UI for Kafka cluster monitoring with Burrow
Stars: ✭ 69 (-18.82%)
Mutual labels:  angular-cli
Nativescript Angular
Integrating NativeScript with Angular
Stars: ✭ 1,203 (+1315.29%)
Mutual labels:  angular-cli
Angular Contacts Demo
Angular demo(SSR) base on Angular CLI
Stars: ✭ 42 (-50.59%)
Mutual labels:  angular-cli
Starter Kit
📦 Angular 11+ starter kit for enterprise-grade projects
Stars: ✭ 1,102 (+1196.47%)
Mutual labels:  angular-cli
Spring Boot Angular4 Authentication
spring-boot and angular 4 basic authentication with spring security
Stars: ✭ 74 (-12.94%)
Mutual labels:  angular-cli
Angularconcepts
Key Angular Concepts using Latest Angular version 5
Stars: ✭ 31 (-63.53%)
Mutual labels:  angular-cli
Nx Packaged
Angular libraries with ng-packagr embedded in Nx Workspace.
Stars: ✭ 82 (-3.53%)
Mutual labels:  angular-cli
Curso Angular
🎓 [PT-BR] Curso de Angular (v2+) gratuito - loiane.training [EN] Source code of my free Angular training.
Stars: ✭ 1,148 (+1250.59%)
Mutual labels:  angular-cli
Angularhunt
Rate & Discuss(coming soon) about open source angular projects.
Stars: ✭ 76 (-10.59%)
Mutual labels:  angular-cli
Nyan Builder
Nyan Builder for your next Angular application! 🌈
Stars: ✭ 45 (-47.06%)
Mutual labels:  angular-cli
Ng Dashboard
Angular admin dashboard framework
Stars: ✭ 55 (-35.29%)
Mutual labels:  angular-cli
Angular2
Angular 2 Seed
Stars: ✭ 75 (-11.76%)
Mutual labels:  angular-cli
Laravel5.5 Angular5
Laravel 5.5 + Angular 5 + AdminLTE single page application
Stars: ✭ 40 (-52.94%)
Mutual labels:  angular-cli
Aspnetcorespa
Asp.Net 5.0 & Angular 11 SPA Fullstack application with plenty of examples. Live demo:
Stars: ✭ 1,211 (+1324.71%)
Mutual labels:  angular-cli
Esri Angular Cli Example
Example of how to to use the ArcGIS API for JavaScript in an Angular CLI app
Stars: ✭ 31 (-63.53%)
Mutual labels:  angular-cli
Angular Cli Webpack
Webpack configuration modifier for @angular/cli
Stars: ✭ 72 (-15.29%)
Mutual labels:  angular-cli
Angular Full Stack
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Stars: ✭ 1,261 (+1383.53%)
Mutual labels:  angular-cli
Angular2andjavaee
This project should provide a starting point for people interested in using Angular 10 with Ivy in a Java EE environment.
Stars: ✭ 78 (-8.24%)
Mutual labels:  angular-cli
Angular Mydatepicker
Angular datepicker and date range picker 📅
Stars: ✭ 76 (-10.59%)
Mutual labels:  angular-cli

ngx-Snake

build-url Dependencies Dev Dependencies

ngx-Snake is simple Snake arcade game implemented in Angular 7 (latest 7.1.4)

Demo (Updated: 06/01/2019)

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 (latest 7.1.4)

$ npm install -g @angular/[email protected]

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
    • Classic
    • No Walls
    • Obstacles
    • Multiple Fruits
  • Update UI
    • Make it responsive
    • Introduce controls for mobile devices
  • Write tests
  • ...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].