Just plain old vanilla Javascript, CSS, and HTML to create tetris.
- Clear lines by filling an entire row
- Don't let the tetriminos overfill-- simple, right?
npm install -g webpack webpack-cli
webpack
# Then paste dist/index.html's path into your browser!