Blox Party
A multiplayer Tetris game built with Electron.
Download the latest release (Linux release have not been tested)
A Blox Party server is required to host games.
List of public servers:
bloxparty-server.kvnneff.me
This game is meant to eventually be a clone of TetriNET, though there are many features not yet implemented:
TODO
- Special blocks
- Chat
- Move game logic to server & implement client-side prediction
- Music
- Logo
- Client-side tests
Game Mechanics
Each game room can support up to six players, with the first player having the ability to start the game.
Send garbage lines to your opponents when you clear lines:
- Clear 2 lines, add 1 garbage line to all opponents
- Clear 3 lines, add 2 garbage lines to all opponents
- Clear 4 lines, add 4 garbage lines to all opponents
See Also
- bloxparty-server: Server for hosting games
- bloxparty-board: Core game logic
Dev
Commands:
- Init:
npm install
- Run:
npm start
- Build JS & CSS:
npm run build-ui
- Build App:
npm run build
- Create installers:
npm run release
License
MIT