Skip to content

lukasolson/co-op-tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Play Tetris collaboratively with your friends.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published