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 2, 2022
1 parent d199777 commit 0834b8a
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 0834b8a

Please sign in to comment.