diff options
| -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. |
