From 0834b8a3033c6d223bb3f35ba7f183e0bfa08619 Mon Sep 17 00:00:00 2001 From: Jack Grahl Date: Wed, 2 Nov 2022 20:18:33 +0000 Subject: [PATCH] New file for random examples. --- examples/mixed.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/mixed.md 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'])) ++-+-+ +| | ++-+ +-+ + | | + +-+-+ +