/tetrimaz

An experiment on original Tetris

Primary LanguageJavaScript

Tetrimaz

An experiment on original Tetris. The goal of this project is to make it pluggable to different game engines (Cocos2D, PIXI, etc). It currently uses PIXI.js.

Getting up and running

You need npm v7.1.0, but earlier versions may work too. Use of nvm is highly recommended.

  1. Install npm dependencies: npm i
  2. Run the project: npm start
  3. Visit http://localhost:8000
  4. ...
  5. Profit.