Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bloxparty/bloxparty
A multiplayer falling blocks game
https://github.com/bloxparty/bloxparty
Last synced: about 2 months ago
JSON representation
A multiplayer falling blocks game
- Host: GitHub
- URL: https://github.com/bloxparty/bloxparty
- Owner: bloxparty
- License: mit
- Created: 2015-08-07T23:45:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-22T19:26:38.000Z (almost 9 years ago)
- Last Synced: 2024-10-06T09:11:06.083Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.4 MB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: Readme.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-deku - Blox Party - A multiplayer falling blocks game using Deku (Apps)
README
# Blox Party [![Build Status](https://travis-ci.org/bloxparty/bloxparty.svg?branch=master)](https://travis-ci.org/bloxparty/bloxparty)
A multiplayer falling blocks game built with [Deku](https://github.com/dekujs/deku).
![screenshot](screen_shot.png)
## 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## Dev
**Commands:**
* Init: `npm install`
* Run: `npm start`
* Build: `npm run build`## Contributing
Please note that this project is released with a [Contributor Code of Conduct](https://github.com/bloxparty/bloxparty/blob/master/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
Contributions are greatly welcomed! View the [contributing guide](https://github.com/bloxparty/bloxparty/blob/master/CONTRIBUTING.md) to get started and don't be shy about asking for help if you need it.
## Contributors
* [Kevin Neff](https://github.com/kvnneff)
* [Konstantin Azizov](https://github.com/G07cha)
* Anonymous (thanks for the logo!)## License
MIT