https://github.com/follgad/tetris-multiplayer
Online tetris
https://github.com/follgad/tetris-multiplayer
Last synced: 12 months ago
JSON representation
Online tetris
- Host: GitHub
- URL: https://github.com/follgad/tetris-multiplayer
- Owner: FOLLGAD
- Created: 2016-10-24T15:51:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T01:49:03.000Z (over 3 years ago)
- Last Synced: 2025-06-18T18:06:01.679Z (12 months ago)
- Language: JavaScript
- Homepage: http://tentium.se:5001
- Size: 1.07 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tetris multiplayer
An online competetive version of Tetris. In action at: https://tentium.se/games
## Getting started
```
npm i
npm start
```
## Files
* server
* game - Contains all game classes
* index.js - Entry point
* sockets.js - Socket.io sockets
## TODO
1. Add all-time Scoreboard
2. Dynamic rotation (move piece to left/right if in tight space), rotate around middle
3. Add more modes (Timed, First to X lines, Survival)
4. Add timer (for timed mode)
5. Add support for skins