>
> We've made a new release (12) and put the .gblorb on the project
> website, where all the I7 source is under a Creative Commons
> copyright: http://code.google.com/p/rovers-day-out
OK I surfed on over to the google site but was unable to download
the current source file.
I clicked on the source tab but it gave me some address for a PC-based
machine.
is there a way to get it for Macs?
The whole game was written on macs. You want the source code?
Welcome to version control. :-) You need a mercurial client. Go
to http://mercurial.berkwood.com/ and install a mac client. Then
open a Terminal and run "hg clone https://rovers-day-out.googlecode.com/hg/
rover", as the site instructs. You'll get the rover.inform project
sucked down to your mac.
Take a look at the README that comes down too, since you need to
install the Flexible Windows extension to compile.
Note that code is browseable too (http://code.google.com/p/rovers-day-
out/source/browse/), but simply copying and pasting story.ni from the
browser display will lose tabs and such. Not recommended.
Meanwhile, I've updated ifwiki's page with a link to the bugfix
release (12), and uploaded it to ifarchive's in-bin as well.