gruesome 0.0.1 → 0.0.2
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 +16 -0
- data/lib/gruesome/version.rb +1 -1
- data/lib/gruesome/z/machine.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
|
@@ -21,10 +21,26 @@ play version 3 games such as the ZORK trilogy.
|
|
|
21
21
|
## Currently implemented
|
|
22
22
|
|
|
23
23
|
* Majority of version 3 Z-Machine (Enough to play most games)
|
|
24
|
+
* WARNING: Save and Restore are not implemented!!!!! Don't get eaten by a grue!
|
|
25
|
+
|
|
26
|
+
## To play
|
|
27
|
+
|
|
28
|
+
Install Gruesome
|
|
29
|
+
|
|
30
|
+
$ gem install gruesome
|
|
31
|
+
|
|
32
|
+
Download ZORK
|
|
33
|
+
|
|
34
|
+
$ wget http://zmpp.sourceforge.net/games/zork1.z3
|
|
35
|
+
|
|
36
|
+
Play!
|
|
37
|
+
|
|
38
|
+
$ gruesome play zork1.z3
|
|
24
39
|
|
|
25
40
|
## Next
|
|
26
41
|
|
|
27
42
|
* Versions 4+ (Goal: Run Photopia)
|
|
43
|
+
* The ability to download and list stories from a repository.
|
|
28
44
|
|
|
29
45
|
## Overall Goals
|
|
30
46
|
|
data/lib/gruesome/version.rb
CHANGED
data/lib/gruesome/z/machine.rb
CHANGED