Description of the project
A game similar to Tetris, but where there are no boundaries to the left and right and where you have to complete a pyramid-shaped shape. So already one square is a small pyramid, or a shape with three squares below on and one in the middle above, and so on. Larger the pyramid you complete, more points you get. After you complete the pyramid, it disappears.
Game can be collaborative, where multiple players can add elements to the pyramid, thus building them faster and bigger. Each gets their own random shapes.
There could also be a variation where you get extra points, if finished pyramid has color patterns, with some patterns you get additional points.
This could be an interesting example of PeerDB platform:
- a custom type of session, where the server generates random shapes for all players
- collaboration for placing shapes
- a leaderboard and search over past games
- comparison of games, statistics of games
- you could even have charts of points through timespan of one game
- history of all games, you could reply them
- video and audio chats while you play to coordinate
Some questions:
- what about undo?
- should there be a ceiling which if you hit it, you loose?
Edited by Mitar