Frotz: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
| activity = Frotz
| activity = Frotz
| icon = Activity-frotz.svg
| icon = Activity-frotz.svg
| status = Under development
| status = Stable
| version = 1
| version = 2
| base = No
| base = No
| source = included in the .xo bundle
| source = included in the .xo bundle
Line 12: Line 12:


= Frotz =
= Frotz =
Frotz.activity lets you play interactive fiction games on your XO laptop. This activity is a wrapper around the Unix port of Frotz, which is an interpreter for Infocom games and other Z-machine games. It includes one game, the classic [http://www.rickadams.org/adventure/ Adventure]. You can download more games here: [[Frotz/Games]].
Frotz.activity lets you play interactive fiction games on your XO laptop. This activity is a wrapper around the Unix port of [http://frotz.homeunix.org/frotz/ Frotz], which is an interpreter for Infocom games and other Z-machine games. It includes one game, the classic [http://www.rickadams.org/adventure/ Adventure]. You can download more games here: [[Frotz/Games]].


= Screenshot =
= Screenshot =
Line 18: Line 18:
= Instructions =
= Instructions =
== How to install ==
== How to install ==
Download this .xo file from the Browse activity: [[Media:Frotz-1.xo|Frotz-1.xo]]
Download this .xo file from the Browse activity: [[Media:Frotz-2.xo|Frotz-2.xo]]


If you have an older version, you'll need to delete it before you can download the new version. There are instructions here: [[Activity_Upgrade]]
If you have an older version, you'll need to delete it before you can download the new version. There are instructions here: [[Activity_Upgrade]]
Line 31: Line 31:


= Release Notes =
= Release Notes =
* v2
Fixed the Get More Games button. Includes frotz v2.43
* v1
* v1
First public release. Includes frotz v2.43
First public release. Includes frotz v2.43
Line 36: Line 38:
= Testing =
= Testing =


v1 has been tested on build 690 under emulation as well as on a G1G1 running 691.
v2 has been tested on build 690 under emulation as well as on a G1G1 running 691.


= Reviews =
= Reviews =

Revision as of 04:59, 16 March 2008


Frotz
Activity-frotz.svg
Status: Stable
Version: 2
Base: No
Source: included in the .xo bundle
l10n: missing
Contributors
Josh Minor

Frotz

Frotz.activity lets you play interactive fiction games on your XO laptop. This activity is a wrapper around the Unix port of Frotz, which is an interpreter for Infocom games and other Z-machine games. It includes one game, the classic Adventure. You can download more games here: Frotz/Games.

Screenshot

Instructions

How to install

Download this .xo file from the Browse activity: Frotz-2.xo

If you have an older version, you'll need to delete it before you can download the new version. There are instructions here: Activity_Upgrade

How to play

See: Frotz/Games

How to develop

Frotz.activity is free software, licensed under the GPL and so is the actual frotz interpreter. You can find the source code to the wrapper inside the .xo bundle. Source for the interpreter can be found on David Griffith's website: http://frotz.homeunix.org/frotz/

If you are interested in a python z-machine implementation see: http://code.google.com/p/zvm/

Release Notes

  • v2

Fixed the Get More Games button. Includes frotz v2.43

  • v1

First public release. Includes frotz v2.43

Testing

v2 has been tested on build 690 under emulation as well as on a G1G1 running 691.

Reviews

See Talk:Frotz

Bugs

  • The Keep button doesn't save your progress.

Feature requests

  • Ideally this would incorporate Inform, so you could write interactive fiction as well as play it.