Skip to content

lroedal/ng-tetris

 
 

Repository files navigation

ng-tetris

Tetris game in Angular. Play it now!

Forked from melcor76/ng-tetris.

Added:

  • Theme support
  • Music
  • Buttons for mobile support
  • Supports touch (swipe in any direction will count as pressing the arrow key in that direction. Double clicking will 'drop' the current piece)
  • High score and list which saves to local storage
  • Settings saved in local storage

tetris picture

Development server

Run npm start for a dev server. Navigate to https://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.7%
  • HTML 17.2%
  • SCSS 5.1%