diff options
| author | Ben Winston | 2025-10-21 00:02:22 +0000 |
|---|---|---|
| committer | Ben Winston | 2025-10-21 00:02:22 +0000 |
| commit | 5cdeaedd66661404cf86adaa4841d70d4d98aa2e (patch) | |
| tree | 5b1d6fc1f407b9f71264d34d2b43d9cd13662387 | |
| parent | af7e0f1bde2e44944a5c95f42c83e17d564451cf (diff) | |
| -rw-r--r-- | README.md | 8 |
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. |
