My-MindPalace / Tessellation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Tessellation
Description
    A Tessellation (or Tiling) is the act of covering a surface with a pattern of flat shapes so that there are no overlaps or gaps.
    Tessellations express fascinating geometric and symmetric properties as art,
    and famously appear in Islamic art with four, five, and six-fold regular tessellations.
    
    
Input
tessellation dimension - 2
tile dimension - 4
* * * *
* - - *
* + + *
* * * *

Output
* * * * * * * *
* - - * * - - *
* + + * * + + *
* * * * * * * *
* * * * * * * *
* - - * * - - *
* + + * * + + *
* * * * * * * *

About

License:Apache License 2.0


Languages

Language:Python 100.0%