Skip to content

vikaspaldev/tetris-game

Repository files navigation

Tetris game

Developed a tetris-game with React.

To run game locally

  • Install dependencies
npm install
  • Start the game
npm start