Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/follgad/tetris-multiplayer
Online tetris
https://github.com/follgad/tetris-multiplayer
Last synced: 9 days ago
JSON representation
Online tetris
- Host: GitHub
- URL: https://github.com/follgad/tetris-multiplayer
- Owner: FOLLGAD
- Created: 2016-10-24T15:51:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T01:49:03.000Z (almost 2 years ago)
- Last Synced: 2024-04-28T05:59:28.988Z (8 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