Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 798 Bytes

readme.md

File metadata and controls

33 lines (23 loc) · 798 Bytes

Co-Op Tetris

Play Tetris collaboratively with your friends!

  1. cd server
  2. npm install
  3. npm start
  4. Open localhost:1111 in a browser

To play with friends remotely, you can forward port 1111 by a service like localtunnel:

npm install -g localtunnel
npx localtunnel --port 1111

Then you'll get a URL to share for people to join your game.

TODO:

  1. Show high scores
  2. Support for touch devices/mouse
  3. Support for tall screens
  4. Show next tetromino
  5. Show shadow of where tetromino will drop
  6. Grow the board when a new player enters
  7. Only broadcast one event when a tetromino is dropped
  8. Game over animation
  9. Chat room

image