Skip to content

Commit

Permalink
New file for random examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwg4 committed Nov 3, 2022
1 parent 6d1d217 commit c34fba9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/mixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Examples of various bits of functionality

>>> from polyomino.constant import TETROMINOS
>>> from polyomino.piece import display
>>> print(display(TETROMINOS['S']))
+-+-+
| |
+-+ +-+
| |
+-+-+

0 comments on commit c34fba9

Please sign in to comment.