PSI PR Tech HowToPlay

Aus Philo Wiki
Wechseln zu:Navigation, Suche

<root> <div class='right_side_navigation' style='width:156px;position:fixed;bottom:50px;background-color:#efefef;border-color:#bbbbbb;border-width:1pt;border-style:solid;padding:1px 2px;font-size:8pt;text-align:center;filter:alpha(opacity=90);-moz-opacity: 0.9;opacity: 0.9;'> Navigation (PSI)<br> Hauptseite (alt)<br> Hauptseite (Endspurt)<br> recent changes<br> Alle Seiten

Development<br> Endspurt<br> Dev-Talk<br> ChangeLog<br> Repository<br> Global Mindset V4<br /> Szenariosammlung<br /> Projekt-Präsentation

</div><ignore><includeonly></ignore><ignore></includeonly></ignore></root>

What is Interactive Fiction / IF?

Take from Wikipedia - Interactive Fiction:

Interactive fiction, often abbreviated IF, describes software simulating environments in which players use text commands to control characters and influence the environment. Works in this form can be understood as literary narratives and as video games. In common usage, the term refers to text adventures, a type of adventure game where the entire interface is text only.

Some basics about IF-games

The Basics

Type simple imperative statements (commands) to tell the program what you want to do.

   >look (describe area)
   >examine lantern
   >n (go north)
   >go in
   >exit
   >take apple
   >i (for inventory -- list all the things you are carrying)
   >put lime in coconut
   >show flower to Ariel
   >tell Othello about handkerchief
   >Juliet, drop the dagger

You will not be allowed to do everything you ask, but the author/programmer has tried to predict what you will try to do. If you are stuck, just ask yourself what you would do if you were really in the situation the text describes.

  • Take everything that isn't nailed down.
  • Examine things that are mentioned in the room description. (If the computer says it doesn't know an object, you might try a synonym, or you might conclude the object is unimportant.)
  • Open, search, or enter objects.
  • Type "long" to instruct the computer to print out room descriptions each time you enter a room (this saves you from having to type "look").

How to play this game?

There are various ways to play this game. You can play it online or you can download the game and play it on your computer.

Online

You can connect to gehört unser Server dann rein via Telnet and play the game. Another possibility to play, is through Parchment and your Webbrowser. You are able to access the game dann eine richtige URL rein|here

Offline

There is a lot of software, which is able to interpret IF-games. A short can be found here. All software here is Open Source.

Windows

Mac OS

Linux