Polyomino Blocks
Menu
Back

Rules


A set of 3 random polyomino shapes is presented on top of the screen. The player drags and drops the polyominos onto free positions of a grid sized 9x9. Depending on the size of the shape the player scores points. Additional points are scored whenever a column, row or a 3x3 subblock is completely filled and therefore gets removed. Game play continues until it is impossible to place a remaining polyomino shape.


Have fun and enjoy the game…

Back
Back

About Polyomino Blocks

Oliver Merkel, cc-by-nc-nd 4.0.

Legal

Copyright (c) 2019
@author Oliver Merkel, Merkel(dot) Oliver(at) web(dot) de.
All rights reserved.
Logos, brands, and trademarks belong to their respective owners.

All source code also including code parts written in HMTL, Javascript, CSS is under MIT License.

The MIT License (MIT)

Copyright (c) 2019 Oliver Merkel, Merkel(dot) Oliver(at) web(dot)de

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

If not otherwise stated all graphics (independent of its format) are licensed under
Creative Commons License
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Polyomino Blocks Principles and Concepts

Polyomino Blocks implements a solitaire game.

The term Polyomino decribes a geometric shape. A Polyomino consists of concatenated equal sized squares. Numerous puzzles exist using such Polyominoes to form or fill a given greater shape like in Tangram.

Another principle used in this game is the removal of completed lines or subform as in the game of Tetris. So that game play could last endlessly since free space for new Polyominoes is recreated. Unlike Tetris the Polyomino Blocks game is turn-based without time pressure.

Third Party Code Licenses

This Polyomino Blocks implementation uses unmodified independent code libraries provided by third parties. Since their licenses might vary the corresponding information is externally linked below. Thus these external links will enable you to reproduce any copyright notice, any related list of conditions, disclaimers, and especially the copyright holders and authors of the corresponding third party functionality.

jQuery: MIT jQuery Mobile: MIT Raphaël: MIT
Back