Skip to content

maxpatiiuk/tetris-react

Repository files navigation

Tetris React

A Tetris game with 3 unique maps.

Trailer

Play online

Scenery World:

Hover over the waterfront park of the New York City.

Panorama World:

Circle around the downtown of the New York City.

Grid World:

Enjoy simple old-school tetris.

Instructions

While playing, enjoy a curated playlist from an award-winning musical artist Hydelic. To enjoy music autoplay, make sure to sign in to your Spotify account.

Technical documentation

Installation

  • Clone this repository:

    git clone https://github.com/maxpatiiuk/tetris-react/
  • Install dependencies:

    npm install
  • Run the app:

    # For Development:
    npm run dev
    # For Production:
    npm run build && npm run start

Credits