ngtris
Angular Tetris game
Installation
To install this library, run:
$ npm install ngtris --save
Usage
from your Angular AppModule:
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { NGTrisModule } from 'ngtris';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
NGTrisModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
<ng-tris></ng-tris>
Control
Left, Right and Up arrow
License
MIT © liuy97