** Installing Mudsync
-First of all, you need 8sync from git master (or 8sync 0.2.0, which
-isn't out yet). Yikes! That's pretty new. Luckily, you can get a
-tarball here:
+First of all, you need 8sync (currently 0.4.2, or git master) and
+Guile 2.2. Install those.
- http://dustycloud.org/misc/8sync-0.2.0-pre.tar.gz
+... Or, if you have Guix, you can set up a "guix environment" which
+should have everything you need all set to go:
-Do the usual "./configure && make && sudo make install" there.
+ guix environment -l guix.scm # optionally add --pure
Next, in mudsync's directory:
- source pre-install-env
+ source pre-inst-env
guile -l worlds/bricabrac.scm -e run-game
-You can then connect:
+You can then connect in your browser:
+
+ http://localhost:8888
- telnet 127.0.0.1 8889
** Playing