bloxparty

2.0.1 • Public • Published

Blox Party Build Status

A multiplayer Tetris game built with Electron.

BloxParty

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

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

Dependencies (16)

Dev Dependencies (19)

Package Sidebar

Install

npm i bloxparty

Weekly Downloads

1

Version

2.0.1

License

MIT

Last publish

Collaborators

  • kvnneff