Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Latest commit

 

History

History
33 lines (19 loc) · 2.25 KB

README.md

File metadata and controls

33 lines (19 loc) · 2.25 KB

Tetris (Electron app)

version 3.0 18/01/2018

GENERAL USAGE NOTES

  • 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"!)

Contribute

Clone the repo, and install dependencies with npm install. Then npm run dev to build the app and npm start to open it.

Building

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.

Current status

Need to adapt CSS to fit with electron app. Also need an .ico file for the application. I'm lazy to do that

DISCLAIMER

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.

ABOUT DEVELOPERS

We are two french students, whose made this work for ours final exams (hightest mark, hell yeah) and for our own pleasure.