aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Winston2025-10-21 00:02:22 +0000
committerBen Winston2025-10-21 00:02:22 +0000
commit5cdeaedd66661404cf86adaa4841d70d4d98aa2e (patch)
tree5b1d6fc1f407b9f71264d34d2b43d9cd13662387
parentaf7e0f1bde2e44944a5c95f42c83e17d564451cf (diff)
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..becec3a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+# fifteen
+a classic fifteen puzzle as a CLI
+
+## how to play
+1. Pick a board to target (left and right arrow let you scroll betwen them)
+2. Press `p` to start playing
+3. Make your board on the left match the board on the right! Arrow keys move
+ the unblocked tile in that direction.