Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/follgad/tetris-multiplayer

Online tetris
https://github.com/follgad/tetris-multiplayer

Last synced: 9 days ago
JSON representation

Online tetris

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