From c1a604fd1dee61c70c885586eb7bea7922450f56 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 9 Sep 2023 00:46:34 +0900 Subject: puzzle quine --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..3dfab60 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# 9 Puzzle Quine + +This is a playable quine, a program that outputs the source code itself. + +# How to Play + +``` +$ php 9.php +``` + +Available operations: + +* h: Move left +* j: Move down +* k: Move up +* l: Move right + +An invalid operation is just ignored. + +## How to Shuffle + +There is no option to shuffle. Do manually like this: + +``` +$ cat 9.php | php -- l | php -- h | php -- k | ... +``` -- cgit v1.2.3-70-g09d2