/crazy-tetris

A multiplayer Tetris game like no other.

Primary LanguageJavaScript

Crazy Tetris

A multiplayer Tetris game that allows players to play on the same Tetris board.

Setup

  • Clone the repo.
  • Make sure node is installed.
  • Run node server.js for the static server.
  • Run node game_server.js for the multiplayer game server.
  • Go to localhost:8000 to play the game.