PDA

View Full Version : [SOLVED] Favourite Text Adventures for Ubuntu


Rytron
March 22nd, 2008, 09:09 AM
Hi,
What are your favourite text adventures?
Please also state if they are .z5 files and play under Frotz.
If you state any other text adventures please state their file type and the program they need to run with.

Please post only text adventure(s) that are freeware and in your opinion merit at least 9/10+.

Thank you.

Cappy
March 22nd, 2008, 06:31 PM
I've definitely liked the "Enchanter series" (Infocom) the most.
Enchanter was the first and considered Normal difficulty.
Sorcerer was Medium Hard.
Spellbreaker was Expert difficulty.

Frotz was actually named from a spell in the series ;)

I liked it a lot more than the Zork series because of the spell based puzzle solving.

compiledkernel
March 22nd, 2008, 07:07 PM
Zork was classical in the Reference to text based play, well that and I used to play a Text Based James Bond game a ways back, have forgotten the name.

Though realistically Nethack is itself a Text based game, but im not sure if thats what your looking for (and really Angband and all of its derivatives fall there as well).

On the flip side of all that, the Emacs client used to hold a Text adventure called dunnet, and Ive played it (thus showing my age).

desertboy
March 23rd, 2008, 07:35 AM
It has to be hitch hikers guide to the galaxy

matthewcraig
March 23rd, 2008, 06:35 PM
Check out the one called Anchorhead. It just won a bunch of awards last year.

matthewcraig
March 24th, 2008, 03:44 PM
Found another text adventure (http://playthisthing.com/photopia) that the reviewer said was so good he cried.

Turns out there is a really active community for Interactive Fiction. There's been a lot of work since Zork. You just don't hear about it because there's no marketing.

Rytron
March 24th, 2008, 06:37 PM
Found another text adventure (http://playthisthing.com/photopia) that the reviewer said was so good he cried.

Turns out there is a really active community for Interactive Fiction. There's been a lot of work since Zork. You just don't hear about it because there's no marketing.

I think IF is very much under rated.

Foster Grant
March 24th, 2008, 11:57 PM
I liked it a lot more than the Zork series because of the spell based puzzle solving.

Careful. Go around spouting sentiments like that and you could get eaten by a grue. :)

Artificial Intelligence
March 25th, 2008, 05:02 AM
I got some few in the list (more to come)
http://gaming.gwos.org/doku.php/games:adventure
sub-catogory: Classic Adventure

I don't know if it's that kind you are looking for.

Malcolm
May 12th, 2008, 02:05 PM
I think IF is very much under rated.

So true. A well made text adventure is the greatest interactive experience for me.

Grishka
May 12th, 2008, 07:11 PM
Interactive fiction archive: http://ifarchive.org/.
Interactive fiction wiki: http://ifwiki.org/index.php/Main_Page.
not that I'd think that anyone who likes text adventures wouldn't know these pages.

anathema415
August 19th, 2008, 08:03 PM
How can I play some of these old text based games on Hardy? I've never played them, but would love to try Zork, planetfall, etc...

Seren
August 20th, 2008, 08:57 AM
I'd like to recommend http://ifdb.tads.org as a good source of IF.

Basically to play IF, you need two things :
- 1 interpreter
- 1 game file

There is different concurrent format.

To play Inform games ( which are usually *.z5 files) you can use frotz (which I think is in the repositories).

and then to use it, you just type


frotz mygame.z5



Personnaly, I use the gargoyle interpreter (http://ccxvii.net/gargoyle/) which supports multiple formats. A deb file for gargoyle can be found here (http://ifiction.free.fr/index.php?id=iflinux). (bottom of the page). This deb works on Hardy.

And like someone else in the thread, I do recommend Anchorhead (http://ifdb.tads.org/viewgame?id=op0uw1gn1tjqmjt7) which is a well crafted and rather scary game. It is also rather harder, you'll probably need some hints or the walkthrough for the last part.

anathema415
August 20th, 2008, 03:39 PM
I'd like to recommend http://ifdb.tads.org as a good source of IF.

Basically to play IF, you need two things :
- 1 interpreter
- 1 game file

There is different concurrent format.

To play Inform games ( which are usually *.z5 files) you can use frotz (which I think is in the repositories).

and then to use it, you just type




Personnaly, I use the gargoyle interpreter (http://ccxvii.net/gargoyle/) which supports multiple formats. A deb file for gargoyle can be found here (http://ifiction.free.fr/index.php?id=iflinux). (bottom of the page). This deb works on Hardy.

And like someone else in the thread, I do recommend Anchorhead (http://ifdb.tads.org/viewgame?id=op0uw1gn1tjqmjt7) which is a well crafted and rather scary game. It is also rather harder, you'll probably need some hints or the walkthrough for the last part.

Thank You!

Apex_G
October 3rd, 2008, 12:42 AM
This might be out of context, but how do you get/install Frotz. I heard it's terminal based, and I'm new to ubuntu....
Any help would be appreciated :popcorn:

Rytron
October 3rd, 2008, 06:23 AM
This might be out of context, but how do you get/install Frotz. I heard it's terminal based, and I'm new to ubuntu....
Any help would be appreciated :popcorn:

Help is at hand.
Go to System > Administration > Synaptic Packet Manager
Click on the search button.
Type in Frotz
You will get two results back.
Right click on Frotz and mark for installation.
Hit the apply button and Frotz will be installed.
To start frotz go to terminal and type frotz and a space and then the full path to game and hit return. The games end in .z5 and .z8
Hope this helps.