scrabble-solver 0.1 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +6 -2
- metadata +1 -1
data/README.md
CHANGED
|
@@ -3,8 +3,12 @@
|
|
|
3
3
|
This is a command line Scrabble solver written in Ruby. Its purpose is to find
|
|
4
4
|
all of the possible words given a set of tiles and some optional arguments.
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
# Installation
|
|
7
|
+
|
|
8
|
+
Dead simple. you need to have Ruby 1.9.2 installed on your system and then just
|
|
9
|
+
execute:
|
|
10
|
+
|
|
11
|
+
$ gem install scrabble-solver
|
|
8
12
|
|
|
9
13
|
# Usage
|
|
10
14
|
|