version 3.0 18/01/2018
-
Difficulty levels corresponds to fall speed of pieces and rarity of the line piece
-
.vscode folder contains all you need to start to work on the project (if you're on windows, don't forget to add ".cmd after "electron" on "runtimeExecutable"!)
Clone the repo, and install dependencies with npm install
. Then npm run dev
to build the app and npm start
to open it.
npm run build
creates a production version of the app, which can then be run with npm start
. Instructions on creating a standalone executable to follow.
Need to adapt CSS to fit with electron app. Also need an .ico file for the application. I'm lazy to do that
Tetris is an Alexei Pajitnov creation, We are not affiliated in any manner whatsoever to the official game. It's a totally fan-made work. This game was created to honor the original creator.
We are two french students, whose made this work for ours final exams (hightest mark, hell yeah) and for our own pleasure.