diff --git a/examples/mixed.md b/examples/mixed.md new file mode 100644 index 0000000..5dd47e3 --- /dev/null +++ b/examples/mixed.md @@ -0,0 +1,12 @@ +# Examples of various bits of functionality + +>>> from polyomino.constant import TETROMINOS + +>>> from polyomino.piece import display +>>> print(display(TETROMINOS['S'])) ++-+-+ +| | ++-+ +-+ + | | + +-+-+ +