• Stars
    star
    108
  • Rank 321,259 (Top 7 %)
  • Language
    JavaScript
  • License
    Apache License 2.0
  • Created over 8 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Œถ Tetris as Progressive Web Application

Tetrys โ˜ณ Build Status

Tetris as Progressive Web Application (currently still in active development).

News ๐Ÿ”ฅ

I am currently searching for a designer to partner me! Please get in touch with me, if you're interested in collaboration.

Development ๐Ÿ”ง

This application requires Node.js >=6.0.0 to run locally and the Redux DevTools for debugging Redux applications.

To get started, npm install all dependencies. To run the application in development mode, use the npm run dev command. A production build can be created with npm run build.

Updating service worker version

The service worker version is tied to the package.json version. To bump the applications and service worker versions, use npm version command:

npm version [ major | minor | patch ]

Architecture

Tetrys uses Redux as state container, and no view library. The Sass architecture follows the 7-1 Pattern from Sass-Guidelines.

Tools, Resources and Credits โค๏ธ

This project couldn't have been build without the awesome open source tools from the community, free online tutorials, articles, and other resources. Credits goes to:

License ยฉ๏ธ

Apache License, Version 2.0