The game is built using three.js for graphics and howler.js for audio.
Clone the repository:
git clone https://github.com/arjanfrans/tetris
Go into the project directory and install packages:
npm install
Start the game:
npm start
- BMFont: generate bitmap fonts.
- spritesheet-js (fork): generate spritesheets.
Requires
imagemagick
to be installed. - audiosprite: generate audiosprites for howler.js.
Requires
ffmpeg
to be installed.